getPubAckInterval

 

public int getPubAckInterval() throws JMSException;

Gets the number of messages that can be published before requiring acknowledgement from the broker.

Returns

  • the acknowledgement interval.

Exceptions

  • JMSException - if an internal error occurs.


uj28010_