-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - moth's ack now returns a boolean and passes off handling of ack failures to the caller (message.gather's ack method) - message.gather's ack now deletes the ack_id from messages instead of the moth classes - AMQP: refuses to attempt to ack a message if it was received on a different channel, connection or broker (preventing unecessary connection tear down and re-establish) - AMQP: when ack is attempted and fails because the connection to the broker is broken, don't loop and retry. After re-connecting, acking that message would always fail, prevents a potential infinite loop. * Add Ubuntu 24 * Move deletion of ack_id back into moth classes, because how to deal with the ack_id after a failed ack is protocol specific
- Loading branch information
1 parent
86a205a
commit 4148111
Showing
4 changed files
with
57 additions
and
24 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