February 2002
Beginner to intermediate
544 pages
10h 23m
English
The TopicConnectionFactory interface inherits the fields and the methods of the interface javax.jms.ConnectionFactory. The following methods are defined in the interface javax.jms.TopicConnectionFactory.
public TopicConnection createTopicConnection()
Creates a topic connection with the default user identity. The connection is created in stopped mode. No messages will be delivered until the Connection.start method is explicitly called.
RETURNS:
a newly created topic connection
THROWS:
JMSException if the JMS provider fails to create a topic connection due to some internal error JMSSecurityException if client authentication fails due to an invalid user name or password
Read now
Unlock full access