[rabbitmq-discuss] Can consumers communicate back to producers?

Alexandru Scvorţov alexandru at rabbitmq.com
Tue Nov 29 09:35:20 GMT 2011


> For example, taking the basic "Hello World" case the producer sends a
> message to the consumer. Is there a mechanism for the consumer to send
> "Hello back to you" back to the producer? 

AMQP does not have an automatic way to do this.

> Or does this involves
> setting up a pair of Producers/Consumers and then selectively
> receiving messages as per tutorial 4.

That sounds about right, though I'm not sure what you mean by
*selectively* receiving messages.

I'd expect the producer to declare its own queue, and somehow let the
consumer know about it; then, the consumer could just publish back to
it.

Cheers,
Alex


On Mon, Nov 28, 2011 at 04:30:01PM -0800, Don Nguyen wrote:
> For example, taking the basic "Hello World" case the producer sends a
> message to the consumer. Is there a mechanism for the consumer to send
> "Hello back to you" back to the producer? Or does this involves
> setting up a pair of Producers/Consumers and then selectively
> receiving messages as per tutorial 4.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list