bus icon indicating copy to clipboard operation
bus copied to clipboard

A typescript based enterprise service bus framework based on enterprise integration patterns

Results 36 bus issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @types/amqplib from 0.8.2 to 0.10.0. :information_source: Keep your dependencies up-to-date....

Hey there. First, thanks for the packages here. They've been very useful. Was wondering if you'd be open to a contribution that updates the `bus-sqs` package to use aws-sdk v3....

Amqp channel could catch a disconnect event or maybe readNextMessage method could catch an error when the channel is disconnected and retry connection to rabbitmq if it was disconnected by...

This PR adds a handler concurrency test example to hopefully track down why more commands are being spawned by handlers when errors are thrown.