getOptimisticPublication

 

public boolean getOptimisticPublication() throws JMSException;

Indicates whether transactional publish/subscribe MessageProducers should return immediately from a send/publish call rather than wait until the message has completed delivery. If false, failure to deliver the message will only be reported when the message is committed.

Returns

  • the indicator

Exceptions

  • JMSException -


uj27940_