-
### Versions used
akka-stream-alpakka-amqp 1.0.0
Akka version:
2.5.21
### Expected Behavior
When the downstream is slow, the amqp connector should not pull new messages and crash the st…
-
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…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
### Environment
Mac
### EventMesh version
mast…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
```
software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:3.5.2
billiard:3.5.0.3 py-amqp:2.2.2
pla…
-
### Description
We should create a framework that allows users to quickly create a new API. It should provide the following features, among others:
* The user should be able to create an API wit…
-
**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. start an amqp server
2. start a process which polls the amqp server for messages in a queue
3. shut down the amqp server
What is the expected output? Wha…
-
### Descriptive summary
Research the pros, cons, costs, and feasibility of using a messaging server for our integration with Research Directory.
Example solutions:
* RabbitMQ
* ActiveMQ
Thi…
-
Hi,
I am trying to test how reliable is the query to get the number of messages in a queue and am using the following code. But it stops getting call backs after 65k+ calls.
Also after every call to…
-
Versions used: node-amqp@0.2.0, node.js@0.10.25 and RabbitMQ@3.3.4.
I have a consumer that is supposed to pull 5 messages off a queue, process and ack them. It looks like:
``` js
var queue = {
…