[rabbitmq-discuss] Why is the "select" always getting timed out in consumer?

Alan Antonuk alan.antonuk at gmail.com
Fri Dec 13 16:52:55 GMT 2013


Don't use select(2). Use one of the higher-level APIs I suggested earlier.

-Alan


On Fri, Dec 13, 2013 at 8:46 AM, kingsmasher1 <raj.kumar.sanpui at gmail.com>wrote:

> Hi Alan,
>
> For the purpose of the POC, we are creating the queue ourselves and
> publishing the messages, but in the real application, the queue will be
> already present and created by a backend (Java), and we have to just go
> ahead and consume in the frontend (which is in C/C++) based on the
> availability of messages in queue, and spawn a thread for consuming each
> messages of queue for fast processing.
>
> In betwn. before trying the other consume method (with timeout you
> suggested) i thght to give it a last go and i just bind my queue, right
> after creation, and i can see the messages getting persisted, i removed the
> O_NOBLOCK option too, but still it gets timedout.
>
> Any hint.
>
> Thanks,
> Raj
>
>
>
> --
> View this message in context:
> http://rabbitmq.1065348.n5.nabble.com/Why-is-the-select-always-getting-timed-out-in-consumer-tp32046p32077.html
> Sent from the RabbitMQ mailing list archive at Nabble.com.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131213/11f9daa3/attachment.html>


More information about the rabbitmq-discuss mailing list