Index: webapps/docs/config/cluster.xml =================================================================== --- webapps/docs/config/cluster.xml (revision 1676407) +++ webapps/docs/config/cluster.xml (working copy) @@ -123,7 +123,7 @@ Channel.SEND_OPTIONS_SYNCHRONIZED_ACK = 0x0004
Channel.SEND_OPTIONS_ASYNCHRONOUS = 0x0008
Channel.SEND_OPTIONS_USE_ACK = 0x0002
- So to use ACK and ASYNC messaging, the flag would be 10 (8+2) or 0x000B
+ So to use ACK and ASYNC messaging, the flag would be 10 (8+2)
Note that if you use ASYNC messaging it is possible for update messages for a session to be processed by the receiving nodes in a different order to the order in which they were sent.