-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix][artemis] Fix Artemis asynchronous send and acknowledgement conf…
…iguration (#343) * [fix][artemis] Fix Artemis confirmation windows size configuration - set to 1MB which is a more sensible default value - see https://activemq.apache.org/components/artemis/documentation/javadocs/javadoc-latest/org/apache/activemq/artemis/api/core/client/SendAcknowledgementHandler.html - configuring confirmation window is required for async message sending with Artemis * [fix][artemis] Fix reporting of failed sends * [fix][artemis] Use async sending and acknowledgements * Reformat with spotless
- Loading branch information
Showing
2 changed files
with
20 additions
and
3 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