-
Thank you for writing a great AMQP library for Rust!
I'm using this library at work, and I've run into a use-case where it would really help to have AMQP heartbeat support. Do you have any suggesti…
-
There is a timeout (by default 15 minute) for consumer to process and `ack` / `nack` a message. https://www.rabbitmq.com/consumers.html#acknowledgement-timeout
After this timeout if consumer still h…
-
I am using Adobe Flex SDK 3.4.0 on Windows and I wanted to use this library to publish a message to a queue. So I was using PublishClientImpl class. My AMQP broker is RabbitMQ 1.7.0 on windows.
When …
-
**quick summary**
affected: helm chart and deployments based on helm chart.
issue: docker tag on images not set correctly out of the box when installing older helm chart version
**Bug descriptio…
-
**Describe the bug**
This only effect when you trying to connect to remote rabbitmq. eg:
`AMQP_URI=amqps://admin:HHm72GUOo40seaVl1e9nVXuwwXGaXN7B@id8v7k.stackhero-network.com:5671`
**To Reproduce…
-
The following python client works fine with celery worker in python, but does not work with the celery worker written in go. But, when i use the go client to submit tasks, it works.
I would be grat…
-
Reading the samples to grok the API, I found it confusing to see `Sender`-based code smack dab inside the `ReceiveSample`.
## Motivation
A clear separation of `Sender` from `Receiver` seems to me …
-
Things have happened with zeroconf.py breaking the discoverd program.
amqp.py is not being generated, and slave will not connect automatically.
Temporary fix is to edit amqp.conf manually for slaves.…
-
Hi,
I am using durable queues and persistent messages ("delivery_mode" = 2). I check via:
"sudo rabbitmqctl list_queues"
to confirm that the messages are persistent after a restart on rabbitmq. W…
-
@asciimoo for your consideration. I've been somewhat frustrated with leveraging redis as a queue. Even though it has queue like capabilities I've found it lacking. Here is a rabbitmq based storage I w…