[rabbitmq-discuss] Publish on a queue, then Monitor on a reply queue, with only 1 connection to the RabbitMQ server? Non-blocking?

Marek Majkowski majek04 at gmail.com
Wed Sep 7 16:45:13 BST 2011


On Wed, Sep 7, 2011 at 14:21, Christopher Lefevre
<CLefevre at transparent.com> wrote:
> Coming back to this after a day I realize throughout I was a bit off in describing my situation. I am actually attempting to get an asynchronous setup to work on one connection to the RabbitMQ server.
>
> Connect, create a channel(s), publish to a queue, then monitor on the reply queue, in an asynchronous state, returning the reply to a web page when completed.
>

Well, if you want to use asynchronous style, than you need to have
an event loop and program using callbacks.

Cheers,
  Marek


More information about the rabbitmq-discuss mailing list