JBoss.org Community Documentation
If you wish to apply strict JMS ordering to messages, such that a particular JMS consumer consumes messages in the same order as they were produced by a particular producer, you can set the DefaultPreserveOrdering
attribute in the server peer to true
. By default this is false.
The side effect of setting this to true is that messages cannot be distributed as freely around the cluster.