WebLogic Messaging API Class Library

ISession.AcknowledgeMode Property

Returns the acknowledgement mode of the session. The acknowledgement mode is set at the time that the session is created. If the session is transacted, the acknowledgement mode is ignored. If the session is not transacted, returns the current acknowledgement mode for the session. If the session is transacted, returns SESSION_TRANSACTED.

 AcknowledgeMode {get;}

Exceptions

Exception Type Condition
MessageException if the JMS provider fails to return the acknowledgment mode due to some internal error.

See Also

ISession Interface | WebLogic.Messaging Namespace | CreateSession