RE: ring queues

2011-11-02 Thread Wisler, Trina
: Re: ring queues On 11/02/2011 03:53 PM, Wisler, Trina wrote: > That is very interesting. I was not aware of this behavior. We are using > all default setting for everything other than trying to implement the ring > queues for the declareQueue call (again, very simple example just

Re: ring queues

2011-11-02 Thread Gordon Sim
On 11/02/2011 03:53 PM, Wisler, Trina wrote: That is very interesting. I was not aware of this behavior. We are using all default setting for everything other than trying to implement the ring queues for the declareQueue call (again, very simple example just trying to test behavior). Thank

RE: ring queues

2011-11-02 Thread Wisler, Trina
@qpid.apache.org Subject: Re: ring queues On 11/02/2011 03:23 PM, Wisler, Trina wrote: > Yes, the client was subscribed to the queue I was simply preventing > it from processing messages. Basically my call to listen would be > delayed until I was ready for it to start consuming - b

Re: ring queues

2011-11-02 Thread Gordon Sim
On 11/02/2011 03:23 PM, Wisler, Trina wrote: Yes, the client was subscribed to the queue I was simply preventing it from processing messages. Basically my call to listen would be delayed until I was ready for it to start consuming - but it had already called declareQueue and subscribeQueue, etc..

RE: ring queues

2011-11-02 Thread Wisler, Trina
: Gordon Sim [mailto:g...@redhat.com] Sent: Wednesday, November 02, 2011 2:34 AM To: users@qpid.apache.org Subject: Re: ring queues On 11/01/2011 10:27 PM, Wisler, Trina wrote: > I created a queue size of 100. I produced 54875 messages, backed up > the queue and didn't allow my client to

Re: ring queues

2011-11-02 Thread Gordon Sim
On 11/01/2011 10:27 PM, Wisler, Trina wrote: I created a queue size of 100. I produced 54875 messages, backed up the queue and didn't allow my client to consume any. Once I was done producing message, I allowed my client to consume and my client received 2384 messages immediately. When you sa

RE: ring queues

2011-11-01 Thread Wisler, Trina
ll be overwritten. Period. Thanks in advance for your time, Trina Wisler -Original Message- From: Carl Trieloff [mailto:cctriel...@redhat.com] Sent: Wednesday, October 05, 2011 9:29 AM To: users@qpid.apache.org Subject: Re: ring queues On 10/05/2011 11:07 AM, Wisler, Trina wrote: >

Re: ring queues

2011-10-05 Thread Carl Trieloff
On 10/05/2011 11:07 AM, Wisler, Trina wrote: > Hi, > > I have a queue setup with max message count of 100 and as a ring queue. The > single client creating that queue will consume 1 message and then wait > indefinitely (for the purpose of my test). I am producing a total of 250 > messages. As