Replies: 3 comments 5 replies
-
There is no separate guide on exchanges. There are several tutorials, including an introductory one. They cover all key exchange types, including the default exchange. There is also a guide on Publishers, which mentions exchanges 44 times according to a quick search. |
Beta Was this translation helpful? Give feedback.
-
It would be much easier to suggest something specific if you had posted a snippet of your Go code. |
Beta Was this translation helpful? Give feedback.
-
https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchange-default |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Hi, where should I look for documentation on Exchange?
I didn't find pure Exchange documentation on the Docs page
Nor did I find what I'm looking for in golang's ExchangeDeclare comments
For example, I'm now wondering "when using the default Exchange (set to
""
), the routingKey should be set to the queue name so that messages are routed to the corresponding queue", which is what I'm guessing, since it matches the code in the example. So I'm trying to find reliable documentationThanks!
Describe the solution you'd like
I want documentation that specifically describes Exchange
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions