View | Details | Raw Unified | Return to bug 57864
Collapse All | Expand All

(-)webapps/docs/config/cluster.xml (-1 / +1 lines)
Lines 123-129 Link Here
123
      <code>Channel.SEND_OPTIONS_SYNCHRONIZED_ACK = 0x0004</code><br/>
123
      <code>Channel.SEND_OPTIONS_SYNCHRONIZED_ACK = 0x0004</code><br/>
124
      <code>Channel.SEND_OPTIONS_ASYNCHRONOUS = 0x0008</code><br/>
124
      <code>Channel.SEND_OPTIONS_ASYNCHRONOUS = 0x0008</code><br/>
125
      <code>Channel.SEND_OPTIONS_USE_ACK = 0x0002</code><br/>
125
      <code>Channel.SEND_OPTIONS_USE_ACK = 0x0002</code><br/>
126
      So to use ACK and ASYNC messaging, the flag would be <code>10 (8+2) or 0x000B</code><br/>
126
      So to use ACK and ASYNC messaging, the flag would be <code>10 (8+2)</code><br/>
127
      Note that if you use ASYNC messaging it is possible for update messages
127
      Note that if you use ASYNC messaging it is possible for update messages
128
      for a session to be processed by the receiving nodes in a different order
128
      for a session to be processed by the receiving nodes in a different order
129
      to the order in which they were sent.
129
      to the order in which they were sent.

Return to bug 57864