Example usage for Java javax.jms TopicConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes the connection. |
Session | createSession(boolean transacted, int acknowledgeMode) Creates a Session object, specifying transacted and acknowledgeMode . |
TopicSession | createTopicSession(boolean transacted, int acknowledgeMode) Creates a TopicSession object, specifying transacted and acknowledgeMode . |
String | getClientID() Gets the client identifier for this connection. |
void | setClientID(String clientID) Sets the client identifier for this connection. |
void | start() Starts (or restarts) a connection's delivery of incoming messages. |
void | stop() Temporarily stops a connection's delivery of incoming messages. |