-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for additional AMQP URI query parameters
https://www.rabbitmq.com/docs/uri-query-parameters specifies several parameters that are used in this library, but not yet supported in URIs. This commit adds support for the following parameters: auth_mechanism heartbeat connection_timeout channel_max Fix default value check when setting SASL authentication from URI Add documentation for added query parameters Add support for additional AMQP URI query parameters https://www.rabbitmq.com/docs/uri-query-parameters specifies several parameters that are used in this library, but not yet supported in URIs. This commit adds support for the following parameters: auth_mechanism heartbeat connection_timeout channel_max Fix default value check when setting SASL authentication from URI Fix ChannelMax type mismatch
- Loading branch information
1 parent
a2fcd5b
commit 9044e89
Showing
3 changed files
with
95 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters