getSyncpointAllGets
public boolean getSyncpointAllGets();
Indicates how syncpoint is used for GET operations.
- Returns
- true if all message GETs are done under syncpoint. Otherwise GETs for non-transacted sessions using javax.jms.Session.AUTO_ACKNOWLEDGE or javax.jms.Session.DUPS_OK_ACKNOWLEDGE acknowledge modes can do GETs outside syncpoint.
uj28220_