Package com.datastax.oss.pulsar.jms
Class PulsarJMSConstants
java.lang.Object
com.datastax.oss.pulsar.jms.PulsarJMSConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThis is an extended mode for the Session and JMSContext in whichMessage.acknowledge()acknowledges only the single message and the message and the other messages dispatched to the Session. -
Method Summary
-
Field Details
-
INDIVIDUAL_ACKNOWLEDGE
public static final int INDIVIDUAL_ACKNOWLEDGEThis is an extended mode for the Session and JMSContext in whichMessage.acknowledge()acknowledges only the single message and the message and the other messages dispatched to the Session.- See Also:
-