-
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…
-
I was using this lib for a while, 1 - 2 months with this basic same configuration, for some reason i starting receive this error:
[2021-03-15T02:21:23.805Z] ERROR:
Error: Channel ended, no rep…
-
(Same as issue "Update amqplib to v0.4.0 #24) but later :
Change dependency into 0.4.1 ( or maybe 0.4.x for next time)
as only amqplib is 0.4.1 allows Node 5 :
{
"name": "amqplib",
"homepage"…
-
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
-
After creating a flow with manual message acknowledgment, Node-RED automatically restarts with the following message. I also copied the example, and the same error occurs. The Node-RED version is 3.1.…
-
Error when trying to add npm package to latest version of node-red
```
sudo npm install -g node-red-contrib-amqp
npm WARN notsup Unsupported engine for amqplib@0.4.2: wanted: {"node":">=0.8
-
The test "stop listening should stay individual" and its after hook will sometimes fail with:
```
✓ should properly route requests to their corresponding handler (330ms)
✓ should stop lis…
-
I got a case when my RabbitMq was unavailable and after a few retries, the app was through an unhandled rejection error.
I think that was caused because node-amqp-connection-manager doesn't handle th…
-
https://github.com/tnc/php-amqplib appears to have a bug described at http://code.google.com/p/php-amqplib/issues/detail?id=10
Attempted to use php-amqplib with qpid-java-0.8, and got an error messag…
-
# Description
Whenever the RabbitMQ is closing connections (due to restart/upgrade etc) a `PhpAmqpLib\Exception\AMQPProtocolConnectionException` is thrown.
# Steps to reproduce
1. Have a running …