-
It's a little unclear how basic_qos should be used. I currently have the following code:
```python
def connect_and_receive(sub_to_process_queue, amqp_user, amqp_password, amqp_host, amqp_port, amqp_…
-
For generate a loading I create goroutines.
Goroutines are created by a consumer and a producer. After these I send and read messages. Over time, my memory begins to leak.
```
func goConsumer(..…
-
I'm trying a RabbitMQ first test with Node.js connection module, I wanted to try first _direct exchange_ so I got both a _server_ where I'm also trying to listen to messages and a publisher script.
*…
-
## Problem
Libero needs to allow for disparate services to indirectly communicate with each other, so they can monitor and react to data changes.
## Suggestion
- Use RabbitMQ (AMQP 0.9.1 stan…
-
**Describe the bug**
I'm using pulsar 2.8.0 and aop 2.8.0-rc-202106071430.
And I'm using the sample code in README.MD to publish and subscrbe message.
But no messages returned.
**To Reproduce**
…
-
```
What steps will reproduce the problem?
1. Run the demo amqp_consumer.php
2. Wait 5 seconds.
3. The program crashes.
What is the expected output? What do you see instead?
I expect the consumer to …
-
-
**Describe the bug**
Send fails on Pulsar 2.10.1 server as AOP/RabbitMQ libraries don't set a producer.
**To Reproduce**
send a message
https://github.com/tspannhw/airquality/blob/main/src/m…
-
```
What steps will reproduce the problem?
1. Run the demo amqp_consumer.php
2. Wait 5 seconds.
3. The program crashes.
What is the expected output? What do you see instead?
I expect the consumer to …
-
Hello,
I have found what seems to be similar issues talking about this error (#312, #379) but since they haven't been addressed, I'll leave my take here.
Basically, while consuming a message, if…