Re: JMS Browse Mode

2010-07-05 Thread Rajith Attapattu
Hi Wes, Sorry I totally missed this one. Lets say you have pre-defined a queue named "my-queue" with reject policy as "ring" Then if you are using trunk. - Use the following address string destination.my-ring-queue="my-queue" If you are using Qpid release 0.6 and

Re: JMS Browse Mode

2010-06-30 Thread Carl Trieloff
On 06/28/2010 06:29 PM, Wes Parish wrote: Is it possible to connect to a pre-defined ring queue using JMS in browse mode? If so, are there any examples? yes, I believe you need to turn of the queue auto create from JMS. Rajith can provide more detailed example. Please correct me if

JMS Browse Mode

2010-06-28 Thread Wes Parish
Is it possible to connect to a pre-defined ring queue using JMS in browse mode? If so, are there any examples? Please correct me if I am wrong, but the way I uderstand it browse mode will make a callback for every message on the queue when a user connects, then again for each new incoming mes