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
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
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'