-
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…
-
**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…
-
`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…
-
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…
-
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…
-
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…
-
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…
-
We have a class similar to this:
```ts
class Message {
@RabbitSubscribe({
exchange: 'message',
queue: 'message-a-queue',
queueOptions: {
durable: true,
maxPriority:…
wodka updated
1 month ago
-
Hey guys, this library wraps amqplib and I'm wondering what's the biggest abstraction it provides. I understand this is a noob question from someone who hasn't used this library much but I need to kno…