jsr343-experts@jms-spec.java.net

[jsr343-experts] Re: (JMS_SPEC-67) Relaxing the requirement to throw an exception if a message is sent to a deleted temp destination

From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Fri, 09 Mar 2012 15:53:47 +0000

Hiram,

I'm trying to track down exactly which CTS test this is. Can you provide a reference?

I'm wondering whether the problem you encountered was related to creating a consumer, not to sending a message.

Nigel

On 10/01/2012 12:48, Nigel Deakin wrote:
> Thanks. I've logged this as
> http://java.net/jira/browse/JMS_SPEC-67
>
> and I'll make sure this is property considered (probably after the early draft).
>
> Nigel
>
> On 10/01/2012 01:57, Hiram Chirino wrote:
>> If I recall correctly, I first encountered the requirement was when I
>> was testing Geronimo against the JMS TCK. The TCK has a test case
>> which checked the requirement I described. I guess the TCK
>> implementors justify the test assertion due to the API documentation
>> on send method that states throws 'InvalidDestinationException - if a
>> client uses this method with a QueueSender with an invalid queue.'
>>
>> Regards,
>> Hiram
>>
>> FuseSource
>> Web: http://fusesource.com/
>>
>>
>>
>> On Mon, Jan 9, 2012 at 6:36 AM, Nigel Deakin<nigel.deakin_at_oracle.com> wrote:
>>> Hi Hiram.
>>>
>>>
>>> On 04/01/2012 17:19, Hiram Chirino wrote:
>>>>
>>>> Hi Everyone,
>>>>
>>>> As an implementor of the JMS 1.1 spec one of the things that bother me
>>>> about that version of the spec is the need to throw an exception when
>>>> a client attempts to send a message to a temporary destination which
>>>> has been deleted.
>>>
>>>
>>> Can you please indicate which part of the specification or javadocs you are
>>> referring to?
>>>
>>> Thanks,
>>>
>>> Nigel