longears icon indicating copy to clipboard operation
longears copied to clipboard

The RabbitMQ client for R

Results 8 longears issues
Sort by recently updated
recently updated
newest added

Can't install with https://github.com/r-hub/[r-minima](https://github.com/r-hub/r-minimal) and starting throwing errors "consume_later.cpp:181:18: error: aggregate 'timeval tv' has incomplete type and cannot be defined" because of alpine timeval

#10 added fairly sophisticated control of acknowledgements, but the documentation isn't very discoverable and these techniques are too specialised to put in the README. It makes sense to add a...

As the summary reads. Please verify.

This is possible via the underlying `librabbitmq` (see [example](https://github.com/alanxz/rabbitmq-c/blob/master/examples/amqp_ssl_connect.c)) but has not been implemented in `longears`.

help wanted

For Sending and immediatly receiving messages, RabbitMQ has the Direct Reply-To feature: https://www.rabbitmq.com/direct-reply-to.html I can't get it to work with this code, even though there's no error in the consumer...

First of all, thank you for this great package! I've been trying different ways to implement a consumer in a R Shiny app, but haven't been able to figure out...

I installed longEars and successfully connected to my RabbitMQ broker. But I don't understand why the payloads are like "66 69 72 73 74" instead of simple text like "first"....

Dear Aaron, I hope this message finds you well. I'm writing from Munich, where I continue to enjoy working with your excellent longears library. In my recent projects, I've encountered...