Reordering in javadoc
This commit is contained in:
@@ -31,11 +31,11 @@ public interface MessageHandler {
|
||||
* message this will result in a <code>MessageRejectedException</code> e.g.
|
||||
* in case of a Selective Consumer. When a consumer tries to handle a
|
||||
* message, but fails to do so, a <code>MessageHandlingException</code> is
|
||||
* thrown. In case that the handling results in a message being sent failure
|
||||
* to send that message will result in a
|
||||
* <code>MessageDeliveryException</code>. In the first case a caller can
|
||||
* decide to try other consumers, in the second case it is recommended to
|
||||
* treat the message as tainted and go into an error scenario.
|
||||
* thrown. In the last case it is recommended to treat the message as tainted
|
||||
* and go into an error scenario.
|
||||
* <p/>
|
||||
* When the handling results in a message being sent failure to send that
|
||||
* message will result in a <code>MessageDeliveryException</code>.
|
||||
*
|
||||
* @param message the message to be handled
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user