You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The information fails to mention that a subscription must also set the queueName on each subscription.
Without setting the queueName, only one queue will be created, and all routing keys will route to that queue, which means all subscribers will bind to that queue, which will not give the desired results.
The subscription yaml example also needs changing to :
Docs were never produced for this issue dapr/components-contrib#2962
Describe the issue
https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-rabbitmq/#use-topic-exchange-to-route-messages
The information fails to mention that a subscription must also set the
queueName
on each subscription.Without setting the
queueName
, only one queue will be created, and all routing keys will route to that queue, which means all subscribers will bind to that queue, which will not give the desired results.The subscription yaml example also needs changing to :
The text was updated successfully, but these errors were encountered: