When using STOMP subscriptions, RabbitMQ automatically creates a queue called
stomp-subscription-xxxxxxxxxxxxxxxxxxx
where xxxxxxxxxxxxxxxxxxx is an RabbitMQ-auto-generated string.
Is it possible to customize how RabbitMQ creates these names?
I would like to be able to have RabbitMQ create these names as:
stomp-subscription-<USERNAME>-xxxxxxxxxxxxxxxxxxx
so that Operations Team can identify the queues for a specific user. Our user-names consists only of A-Z0-9, so no special characters here.