bramqp icon indicating copy to clipboard operation
bramqp copied to clipboard

A radical, raw, robust, remarkable, rapid AMQP library for node.js

Results 9 bramqp issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...

dependencies

...this would be very handy for modern NodeJS

Actually all methods that take arbitrary properties require them to be of "table" type. Example is content properties.headers This means you can't pass in a plain js object, but actually...

The assertions from the specification in this commit https://github.com/bakkerthehacker/bramqp/commit/dbf94bdd25fe64c292036b9e7bb3719bf8f1d40c introduced breaking changes. In our case we were using whitespaces in the queue names as our Rabbitmq server doesn't validate it...

connectionHandle.js is far too large and should be split into multiple files to be more easy to manage

Currently there are no tests. I did test most of the code while writing it, but there still may be issues, especially in the FrameParser and FrameSerializer.

The frame parser and serializer were designed to work only on valid data. The user data should be validated. Some of the validation requirements for method arguments may need to...

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.22 to 0.5.0. Commits 9f730bb Update package.json with latest PR 50a492a Merge pull request #603 from autopulated/master 7bc3c5d Merge pull request #598 from fnimick/master f412a12 Merge pull...

dependencies