3.1.2
Fixed
- When sending a message that is too large the broker will close the tcp connection, causing the producer to disconnect, reconnect, and retry in an endless loop.
Now a TooLargeMessageException is thrown (will be given to the exception handler) and the producer's state is changed to 'Faulted' - A race condition could cause Send(..) operations of the producer to hang after a reconnect