Skip to content
Discussion options

You must be logged in to vote

@wigging you can use an client-provided queue name but since that is a response queue, that won't work very well once you have N clients. Therefore server-named queues are used for response (request-reply client-owned) in the tutorial.

This is different from request-reply server queues which can and usually are explicitly named and "well-known" in the overall system. N competing consumers (server instances) on such queues pose no problem and create no confusion.

The channel used in Pika's callbacks is the channel the delivery arrived on, which is the channel you have registered the consumer on.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@michaelklishin
Comment options

@wigging
Comment options

@michaelklishin
Comment options

@wigging
Comment options

Answer selected by wigging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants