createTopicConnection

 

public TopicConnection createTopicConnection() throws JMSException;

Creates a topic connection with default user identity.

Returns

  • a newly created queue connection.

Exceptions

  • JMSException - if JMS Provider fails to create Topic Connection due to some internal error. required resources for a Topic Connection.

  • JMSSecurityException - if client authentication fails due to invalid user name or password.


uj30620_