Skip to content

[Other] RabbitMQ 4 / AMQP 1.0 : Broacasting with fanout/temporary queue #13601

Closed Answered by ansd
gcuisinier asked this question in Other
Discussion options

You must be logged in to vote

But it seems not possible to create temporary queue on the fly and bound them to the exchange in AQMP 1.0.0. Am i right ?

No, it's possible with the RabbitMQ AMQP 1.0 client libs. You can create any exchanges/queues/bindings you want.

And does it also support server generated name ? Or should the unicity of name be managed on application side ?

It's easiest if your client creates a unique name. (For example you could take the container-id and link-name and some random number or timestamp).

Alternatively, RabbitMQ 4.1 adds server named queues via the dynamic field. See #13231

%% "The addres…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@gcuisinier
Comment options

@mkuratczyk
Comment options

@gcuisinier
Comment options

@ansd
Comment options

ansd Mar 24, 2025
Maintainer

Answer selected by ansd
@Gsantomaggio
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants