Function
Backward compatibility. Create a topic session object.
tibems_status
tibemsTopicConnection_CreateTopicSession(tibemsTopicConnection
topicConnection,tibemsTopicSession
* topicSession,tibems_bool
transacted,tibemsAcknowledgeMode
acknowledgeMode );
The new topic session uses the connection for all server communications.
Parameter
|
Description
|
---|---|
topic
Connection
|
Create a topic session on this connection.
|
topic
Session
|
The function stores the new session in this location.
|
transacted
|
When true, the new session has transaction semantics.
When false, it has non-transaction semantics.
|
acknowledgeMode
|
This parameter determines the acknowledge mode of the session.
Supply a value enumerated by
tibemsAcknowledgeMode .
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |