Do you know when ActiveMQ Session threads die ?
Hi
in 5.3-snapshot and 5.2 release, I think I correctly close consumers/producers/session and the threads like this one :
ActiveMQ Session: ID:td0sib01s-32880-1245239727292-2:0:25
don't seem to die.
Is there something to do ?
Note : I noticed that the number of subscriptions on ActiveMQ.advisory.Consumer.Queue.XXXX, for the 2 queues I use, increases as consumers are created and closed. But they don't decrease when consumers and sessions are closed. It is the broker in which these consumers are created that seems to be the client for these advisory queues. (I am in a network of broker topology).
Number of subscriptions for these queues are OK.
Eric-AWL