createTemporaryTopic

 

public TemporaryTopic createTemporaryTopic() throws JMSException;

Creates a TemporaryTopic object. Its lifetime will be that of the MQTopicConnection unless it is deleted earlier.

Returns

  • a temporary topic

Exceptions

  • JMSException - if the session fails to create a temporary topic due to some internal error.


uj30760_