![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsSession_Commit(tibemsSession session );
session has usage pointer.A session (with transaction semantics) always has exactly one open transaction. Message operations associated with the session become part of that transaction. This call commits all the messages within the transaction, and releases any locks. Then it opens a new transaction.
The session does not have transaction semantics. The client lacks permission to send one of messages in the transaction. Commit failed and the server automatically rolled back the transaction.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |