setOutcomeNotification

 

public void setOutcomeNotification(boolean newVal) throws JMSException;

Determines whether publish/subscribe MessageConsumers are informed of the outcome of acknowledge or commit calls after receiving messages.

Parameters

  • newVal - true if MessageConsumers are to be informed, false if not.


uj28580_