Hi, We use ActiveMQ 4.0.1 and would like to know if there is a way to improve temporary queues identification in the jconsole by influencing the name they are given. Looking at the code in ActiveMQConnection.createTempDestination, it seems that a newly created temporary destination is immediately given an id whose prefix is the connection id. And that very connection id is set in the ActiveMQConnection constructor through an IdGenerator and it seems that changing it afterwards could lead to inconsistencies.
Shouldn't the client id of the connection (if set) be used instead to name the ActiveMQTempDestination ? Cheers, Philippe Haution -- View this message in context: http://www.nabble.com/control-TemporaryQueue-name-through-Connection-client-ID-tp17773785p17773785.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.