6.6. Message Ordering in the Cluster
To ensure messages are consumed in the same order they were produced, set strict JMS ordering by setting the
DefaultPreserveOrdering
Server Peer attribute to true
. While set to true
, messages cannot be distributed as freely around the cluster. The default value is false
.