[rabbitmq-discuss] RabbitMQ callback using some listener

Matthias Radestock matthias at rabbitmq.com
Wed Apr 9 20:34:50 BST 2014


On 09/04/14 12:39, Rafael wrote:
> Apology if it's very basic question. I am new to RabbitMQ.
>
> I have one requirement where My receiver should be notified if There is
> something written in Queue by sender. I don't want to implement a
> solution where I will check every time in queue and if its there I will
> deque.
>
> I dont want like this where I will check every time in a queue rather
> please provide some solution where I will get notification while
> something written in queue.

See 
https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/master/projects/examples/client/LowlevelLogTail/src/examples/LowlevelLogTail.cs 
for an example.

Matthias.


More information about the rabbitmq-discuss mailing list