createTopic

 

public Topic createTopic(String topicName) throws JMSException;

Creates a topic identity given a Topic name.

Parameters

  • topicName - the name of this Topic

Returns

  • a Topic with the given name

Exceptions

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


uj30770_