[rabbitmq-discuss] How can a consumer get notification of arrival of a message in the queue?

Tim Watson tim at rabbitmq.com
Fri Jan 3 13:22:35 GMT 2014


On 11 Dec 2013, at 10:52, kingsmasher1 wrote:
> I understand for Java, there is a subscription mechanism:
> http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-February/011103.html
> 
> But how about C/C++?
> 

Most C/C++ clients should expose the same kind of API, offering a choice between basic.get and basic.consume. So it shouldn't be all that different. Which client library are you using?

Cheers,
Tim



More information about the rabbitmq-discuss mailing list