-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement usage of message containers for shovels
- remove old code converinting message properties to map and any related conversion function - use mc to hold the message - implement some helper functions to convert amqp10 to mc - use some reasonable default for AMQP1.0 exchange and routing keys as they are mandatory for mc to work - the differences in behaviour are the following compared to 3.12.x - default priority is undefined instead of 4 - some long tagged amqp values are now signedint / unsignedint
- Loading branch information
Showing
6 changed files
with
76 additions
and
216 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
Oops, something went wrong.