-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the rawProducer and rawSuperStreamProducer status (#337)
* Improve the rawProducer and rawSuperStreamProducer status * Part of #336 the aim is to standardise the behaviour. * Add AlreadyClosedException when a producer or super stream producer is closed In the same way as AMQP does with channels * Producer: Flush the pending messages when closed. * Producer: Add AlreadyClosedException when closed. So it is the same as: AMQP and RawProducer and RawSuperStreamProducer * Improve IsAKnownException function with the AggregateException that can contain known exceptions needed to reconnect the client * Add EntitiesStateTests to test all the status and verify that all the entities have the same behaviour * Assert the AlreadyClosedException Exception --------- Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
- Loading branch information
1 parent
d5cdce4
commit cf8c927
Showing
12 changed files
with
234 additions
and
74 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
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.