Class PulsarJMSConstants

java.lang.Object
com.datastax.oss.pulsar.jms.PulsarJMSConstants

public final class PulsarJMSConstants extends Object
  • Field Details

    • INDIVIDUAL_ACKNOWLEDGE

      public static final int INDIVIDUAL_ACKNOWLEDGE
      This is an extended mode for the Session and JMSContext in which Message.acknowledge() acknowledges only the single message and the message and the other messages dispatched to the Session.
      See Also: