-
## Actual Behavior
**Summary of problem**
Some UpdateState requests fail with TimeoutException and we then don't receive any messages from the queue for 16 minutes when the connection times out and …
-
**Context**
One common way to integrate services is using RabbitMQ as a message broker. Currently, the Elastic APM agent only supports distributed tracing for HTTP calls. It would be of high value to…
champ updated
3 weeks ago
-
**Description**
Provide possibility to prioritize messages of the same type by introduction of `PriorityStamp`.
Messenger currently offers [prioritized transports](https://symfony.com/doc/current/…
-
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 = {
…
-
-
- **Package Name**:
`@azure/service-bus`
- **Package Version**:
7.9.3
- **Operating system**:
- [X] **nodejs**
**Describe the bug**
We have a service which produces messages. Suddenly a lot …
-
### Describe the bug.
I'm getting error like this:
```
cause: TypeError: Cannot read properties of undefined (reading 'startsWith')
at /Users/kamil/workdir/tempBundler/node_modules/@asynca…
-
```
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…
-
Hello, I load the demo and try to send messages to localhost.
Amq.direct works well, but when I try to subscribe to a topic get this error message.
***
RabbitMQ.Client.Exceptions.OperationInterrup…
-
Hello, using this example I do some tests to `node-amqp` package.
``` js
var amqp = require('amqp');
var connection = amqp.createConnection({ url : 'amqp://guest:guest@localhost:5672' });
var queue_i…