Marlon could you raise a JIRA and attach your patch so we don't forget
to apply it please?

On 11/16/06, Marlon Santos <[EMAIL PROTECTED]> wrote:

Good observation.. and to remove the error message

     ERROR ManagedRegionBroker            - Failed to register destination
queue://

in the broker console ( i didnt include the whole error log because its very
long), replace the code if( replySubject==null  ) or line 102 in the
requester tool with this code

     if( replySubject==null || replySubject.equals("") )

or download this patch  http://www.nabble.com/file/4190/RequesterTool.java
RequesterTool.java

Regards,
Marlon



Ken Gallo wrote:
>
> edit ConsumerTool.java, in line 93 its originally:
>     Session session = connection.createSession(transacted, ackMode);
>
> edit it to be:
>     session = connection.createSession(transacted, ackMode);
>
> The session is already defined as a global variable and defining it again
> there was making its scope limited to the run function. That's why the
> session becomes null when the replyProducer.send() command is invoked.
>
> Compile it again, and the consumer will now receive the messages.
>
> Hope this helps,
> Ken
>
>
> Danny Garcia Hernandez wrote:
>>
>> Hi, i have  problem with RequestorTool example inside
>> apache-activemq-4.1.0. When typing
>> ant requester  the program run ok, producer send the first message and
>> wait for receive it on consumer,  but consumer queue dont have nothing.
>> Any hint?.
>>
>> All other examples are working in my system.
>>
>> Thanks
>> Danny
>>
>>
>
>

--
View this message in context: 
http://www.nabble.com/RequestorTool-Example-tf2638240.html#a7375465
Sent from the ActiveMQ - User mailing list archive at Nabble.com.




--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to