Skip to content

Do I need to have a channel for each consumer. Is this expected? #755

Discussion options

You must be logged in to vote

You can have multiple consumers per channel, or even reuse the same Consumer object across some or all of them, but it's not going to make it easier to control QoS settings and keep track of acknowledgement. So the benefits of doing so are often questionable.

We do not guess on this team, so cannot suggest anything without seeing any code. Direct Reply to is implemented using a convention and in-memory channel state, so if that's what you use, using separate channels will be necessary. But that's the only
feature with this limitation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants