[rabbitmq-discuss] how to use Rabbitmq consumer and handledilvery
Ben Hood
0x6e6562 at gmail.com
Sun Nov 2 10:02:02 GMT 2008
Prasantha,
On Thu, Oct 30, 2008 at 10:02 AM, prasantha kumara
<jlprasantha at gmail.com> wrote:
> i have trouble in with coding the consumer part of the rabitmq que.what i
> want to do is the after automatic detection of the publishing massage to the
> que ,deliver to the receive,still what oi have done is run a infinite loop
> in th eclient to chech weathere there is a massage for that client.and if
> find request it.but i want to eliminate the above infinite cloop.with
> automatic deleverence.
If I understand you correctly, you are looking to replace queue
polling with a subscription.
If this is correct, you may want to peruse the documentation on this
subject: http://www.rabbitmq.com/api-guide.html#consuming
HTH,
Ben
More information about the rabbitmq-discuss
mailing list