...
- Auto Acknowledge
- Duplicates Allowed
- Client Acknowledge
- Transacted Acknowledgement
Excerpt | ||||
---|---|---|---|---|
| ||||
Only for MB 3.2.0. Therefore, this section will be valid for EI 6.1.0. Configuring per-message acknowledgmentWith Per Message Acknowledge we can acknowledge each message as per requirement. Any message that is not acknowledged will go through the same process as when client acknowledged such as the message getting rejected. Following is a sequence diagram on how an example scenario will work:
Use the enum org.wso2.andes.jms.Session.PER_MESSAGE_ACKNOWLEDGE available in the andes-client jar or the value 259 when creating the session.
or,
|