amqplib icon indicating copy to clipboard operation
amqplib copied to clipboard

AMQP 0-9-1 library and client for Node.JS

Results 51 amqplib issues
Sort by recently updated
recently updated
newest added

I'm facing this weird error while trying to connect to the rabbitmq client hosted on a separate server ``` Frame size exceeds frame max at parseFrame (/node_modules/amqplib/lib/frame.js:55:13) at Connection.C.recvFrame (/node_modules/amqplib/lib/connection.js:621:15)...

Engine specified to node >= 10. Should be no need for a lib to polyfill the `URL` interface or implement the legacy `url.parse` in a browser environment.

Only transformed the prototypes to classes and removed inherit

Currently, the timeout for the underlying socket is reset to `0` after a successful connection. This can lead to promises hanging indefinitely / callbacks not being invoked in case the...

Hi there. This is in response to a reported error in servicebus, which uses amqplib (https://github.com/mateodelnorte/servicebus/issues/93). Issue: Exiting RabbitMQ causes client code to exit without error. connection.close does fire, but...

bug

// output obama { Error: read ECONNRESET at TCP.onread (net.js:660:25) cause: { Error: read ECONNRESET at TCP.onread (net.js:660:25) errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }, isOperational: true, errno: 'ECONNRESET', code:...

bug

It shows how to use the stream queue with the AMQP client. See: - https://www.rabbitmq.com/stream.html - https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-overview

I'm experiencing a race condition which doesn't allow me to graceful shutdown my service correctly. My worker pulls from the queue and starts doing long-running jobs. When kubernetes sends the...

I've added a GitHub action for automatically publishing releases to npm. The envisioned workflow is as follows... 1. Work normally, merging PRs, until ready to release etc 2. Check that...

This getter is to return ch value for better channel resource management by users.