Re: Consumer count question

2011-08-18 Thread Gary Tully
only if you are a heavy user of temp destinations. On 18 August 2011 06:56, Don Santillan wrote: > Thanks Gary, I can see the broker consumer count changed after adding it in > the broker url. > > Does having an advisor consumer per connection affect consumer performance? > I asked this because c

Re: Consumer count question

2011-08-17 Thread Don Santillan
Thanks Gary, I can see the broker consumer count changed after adding it in the broker url. Does having an advisor consumer per connection affect consumer performance? I asked this because currently, we're getting high message queue count once in a while. On Thursday, 18 August, 2011 12:34 A

Re: Consumer count question

2011-08-17 Thread Gary Tully
if each consumer uses a new connection, there will be an advisor consumer per connection. use ?jms.watchTopicAdvisories=false on the broker url to remove them. They are used to have an early indication of temp queue creation/deletion. On 17 August 2011 14:26, Don Santillan wrote: > Hello, > > I'