Method
virtualQueueSession
CreateQueueSession( bool transacted,SessionMode
acknowledgeMode ); virtualQueueSession
CreateQueueSession( bool transacted, int acknowledgeMode );
Backward compatibility. Create a queue session object.
The new queue session uses the connection for all server communications.
Parameter
|
Description
|
---|---|
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 the members of
SessionMode .
For backward compatibility, you may also supply an integer value from the members of
Session .
|
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |