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 AM, Gary Tully wrote:
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<donzym...@gmail.com>  wrote:
Hello,

I'm just curious on the consumer count I'm getting using the statistics
plugin. I use the plugin to get some statistics like the number of consumers
bound to a queue and a broker.

I am setting a queue to have 10 consumers. Getting the queue and broker
statistics, I get 10 consumers coming from the queue and 24 consumers coming
from the broker.

When I increase the number of consumers bound to the queue, like 100
consumers, I get 100 consumers in the queue and 204 consumers in the broker
using the statistics plugin. Why is this happening? Why is the consumer
doubled in the broker consumer count?

I'm using ActiveMQ 5.5.0 by the way

-don



Reply via email to