13df6a8fb9
While converting a core message to an OpenWire message there may be an error processing a property value. Currently this results in an exception and the message is not dispatched to the client. The broker eventually attempts to redeliver this message resulting in the same error. Instead of throwing an exception the broker should simply log a WARN message and skip the property. This will allow clients to receive the message without the problematic property and the broker will not have to attempt to redeliver the message again. |
||
---|---|---|
.. | ||
src | ||
pom.xml |