-
-
**Description**
Current testing examples and documentation do not cover saga with distributed bus commands and events without real AMQP connection for unit testing or integration with in memory que…
-
The integration tests has an intermittent issue where files are stuck in Invalid because it’s failing to mark the file as uploaded in Core
```
2021-05-19 05:55:24.483 INFO 6 --- [ntContainer#0-1] o.…
-
The celery4 branch contains a working Celery Protocol v2 implementation for PhpAmqpLib. The changes are not yet ported to the other backends.
It should be very straightforward for PECL AMQP - basic…
-
Today I needed to use a pretty non-standard configuration for lapin, and it was very hard to set up. I had difficulties setting up tokio as the executor and also using rustls with webpki root certs, b…
huuff updated
3 weeks ago
-
connection.completeConfiguration() doesn't reject the Promise if the connection string passed is wrong.
```
//wrong connection string
let connString:string='amqp://donald:duck@ducktales:'+cfg.Por…
-
We have severe performance problems with node-amqp when under load in production. To reproduce I created this little publisher program:
``` JavaScript
var amqp = require('amqp');
var conn = amqp.cr…
-
### What happened?
We are running FrankenPHP (non-static variant) in Docker on our Kubernetes platform. This is in worker mode with a Symfony application. The application seems to work well; howeve…
-
Note that dependency: node-amqp-connection-manager currently has a reported bug (possibly?) and does not currently handle drain events. While it guarantees receipt of all published messages, it does n…
-
About 60 seconds after starting a channel.basic_consume followed by a channel.wait(), the connection closes with a Socket Closed error, as here:
Traceback (most recent call last):
File "./rmqtools.…