13.5 Disabling Expiry Notifications on a message level
An application can disable the notification function on a 'per message' basis by invoking the following API on a message before sending the same.
CODE
public void setNotifyWhenDead(boolean value)
throws FioranoException
Since this is a proprietary API, using it requires that the application include the import statements below:
CODE
import fiorano.jms.services.msg.def.FioranoMessage;
import fiorano.jms.common.FioranoException;
This API is effective only when the DMQ and the 'notification' are enabled on the queue.