Hi all,<br><br>How do we make a non blocking recv from librabbitmq? amqp_simple_wait_frame blocks if the queue doesn't contain any message.<br><br>Should we call amqp_data_in_buffer() and based on the result call amqp_simple_wait_frame or implement a solution like this?<br><br>http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-September/014868.html<br><br>Thanks in advance.<br><br>- Arun