Kolban, I understand that a topic can be created at run time/dynamically. My doubt is whether that topic can still persist after the connection which it is created from is closed.
JMS specifies that topic generally should be got via JNDI lookup and programmatically only temporaryTopic be created. However, JMS also has createTopic(String str) method in the TopicSession class and ...