-
I'm trying to send (relatively large) messages through rabbitmq. The code looks like the following:
```ts
const connection = await amqplib.connect("amqp://localhost:5672");
const channel = await conne…
-
`Problem 1
- php-amqplib/php-amqplib is locked to version v3.0.0 and an update of this package was not requested.
- php-amqplib/php-amqplib v3.0.0 requires ext-sockets * -> it is missing fro…
-
**Is your feature request related to a problem? Please describe.**
There currently isn't support for amqplib / rabbitmq.
**Describe the solution you'd like**
Auto instrumentation for the incoming…
-
Just came across [this AMQP client lib](https://github.com/cloudamqp/amqp-client.js) that claims interesting features compared to AMQP lib, most notably 0 dependencies and small code footprint.
Perfo…
-
I'm not sure why `node-amqp` is used in Starsky but it's a largely unmaintained client that is known to have opinionated features that do more harm than good.
Consider moving to [amqp.node](https://g…
-
hey, we run a 3 node rabbitmq cluster where when we restart the cluster in a 1/5 chance the one consumer will not re-connect probably.
It seems like that under certain circumstances the consumer "g…
-
## Use case
Starting from rabbitMQ 4.0, AMQP protocol 1.0 is natively supported, and it should be more performant.
https://www.rabbitmq.com/blog/2024/08/05/native-amqp
This will requires some…
-
### Mautic Version
4.4.x series
### PHP version
7.4.33
### What browsers are you seeing the problem on?
Safari
### What happened?
I am trying to use rabbitmq. I have applied the configuration. …
-
Just came along this project and it seems to fit the use case I want but was curious of the reasoning it is still on the older version of `amqplib`. @squaremo if you have a minute to respond I'd reall…
-
There is a warning:
The installed amqplib library is not supported officially. Proper functionality cannot be guaranteed. Supported versions: ^0.8.0 || ^0.9.0
The package.json file refers to "amqp…