rascal icon indicating copy to clipboard operation
rascal copied to clipboard

A config driven wrapper for amqp.node supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption and channel pooling.

Results 5 rascal issues
Sort by recently updated
recently updated
newest added

Some authentication protocols expire authentication tokens unless they are refreshed. RabbitMQ supports this via the update-secret operation. amqplib was [recently updated](https://github.com/amqp-node/amqplib/issues/755) to support this, so it would be nice to...

enhancement

NodeJS has the concept of a Stream (i.e., Readable and Writable) which allows for processing a stream of data in an efficient manner, supporting transformations, multiplexing, and backpressure. This would...

enhancement

The package rascal version 19.0.0 referencing a dependency superagent which has vulnerability ## Detailed Description When "npm install" a package using rascal version 19.0.0 , npm reports: `npm WARN deprecated...

enhancement

I'm new in AMQP and playing with examples to learn. I'm running Rascal examples using cloudamqp free tier. ## Description ``` file:///rabbitmq/rascal/examples/default-exchange/index.js:17 .on('error', console.error); ^ TypeError: Cannot read properties of...

bug

Remove lodash dependency for faster property access Pre-calculate range in closure to avoid repeated subtraction on each call Add early return optimization for constant values (min === max) -Use modern...