-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CE-1925: Update AMQPPublishProperties class to enable setting of time…
…out and confirmEnabled properties (#135) * CE-1925: Update AMQPPublishProperties to allow setting of timeout and confirmEnabled properties when overriding during a message publish. Also added builder to AMQPMessageBundle class * CE-1925: Remove unnecessary public modifiers on Jupiter tests. Resolve issue with nested AMQPTransportTest * CE-1925: Resolve "Refactor the code of the lambda to have only one invocation possibly throwing a runtime exception" issues in unit tests * CE-1925: Remove public constructor from AMQPPublishProperties. Enforces builder usage. Limited parameter constructor could also result in inadvertent overriding of constructed publisher config at publish time
- Loading branch information
Showing
16 changed files
with
351 additions
and
166 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
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.