I would like to propose the following or a variation of the following.
Please chime in.
Issue, when we setup JMS topics is that it creates a tmp queue for each
connection with an ugly name. This
makes it hard for admins to map the temp queues to the topics.
I would like to suggest that we adopt a naming convention across Qpid to
solve this issue. Here is my first
suggestion.
For temp queues created by JMS clients that the temp queue name contains
up to 128 bytes from the exchange
name 'topic' and then the last 128 bytes be a magic to make the queue
name unique.
Another options would be:
up to first 128 bytes from exchange name, up 64 bytes from connection
id, and 64 bytes of magic.
This would only apply to temp queues created by the JMS clients.
thoughts / comments please
Carl.