Skip to content
Discussion options

You must be logged in to vote

Also asked here: https://stackoverflow.com/questions/75400042/rabbitmq-set-name-for-webstomp-stompjs-temporary-queues

Here is the source code for the function that generates a queue name:

https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_stomp/src/rabbit_stomp_util.erl#L368-L382

Notice that it only auto-generates a name if the x-queue-name header is NOT present. So, it looks like you can specify whatever name you'd like via that header. Here is the documentation for it:

https://www.rabbitmq.com/stomp.html#d.ugqn

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@h0jeZvgoxFepBQ2C
Comment options

@h0jeZvgoxFepBQ2C
Comment options

Answer selected by h0jeZvgoxFepBQ2C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants