new TopicConnection()
This method is not meant to be used directly.
Creates a TopicConnection object that wraps an underlying
LightstreamerClient
object into a JMS Extender compatible topic connection.
Extends
Method Summary
- createTopicSession
- Creates a TopicSession object with the specified transaction flag and acknowledge mode.
Inherited Methods
|
close |
createSession |
getClientID |
getExceptionListener |
setClientID |
setExceptionListener |
start |
stop |
Method Detail
-
createTopicSession(transacted, acknowledgeMode) → {TopicSession}
-
Creates a TopicSession object with the specified transaction flag and acknowledge mode.
Parameters:
Name Type Description transacted
Boolean flag that specifies if the session is transacted. acknowledgeMode
String specifies the type of acknowledge to be used for messages. Can be "PRE_ACK"
,"AUTO_ACK"
,"CLIENT_ACK"
,"DUPS_OK"
or"INDIVIDUAL_ACK"
. See JMS Extender documentation for more information.Returns:
- Type
- TopicSession