Using Fanout Exchange but consumer not yet ready #284
Unanswered
Kartikey-star
asked this question in
Q&A
Replies: 1 comment
-
Short answer: no 🙂 A potential solution is that your publisher declares the queue and the bindings before publishing. If the consumer declares again the queue and bindings, it will be a no-op. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a fanout exchange and publishing messages to it. There is no queue bound to the exchange yet. Is it possible to route the already published messages to the queue once it is created with the binding to the exchange.
Beta Was this translation helpful? Give feedback.
All reactions