dart_amqp 0.0.9
dart_amqp: ^0.0.9 copied to clipboard
Dart AMQP client implementing protocol version 0.9.1
Changelog #
0.0.9 #
0.0.6 #
- Add support for custom exchanges via the
ExchangeType.custom()
constructor
0.0.5 #
- Fixes #6 (stack overflow when processing large TCP packets)
0.0.3 #
- Merged Raj Maniar's PR that allows users to register a listener for exceptions caught by the client
0.0.1 #
- Initial version