MQJMS_E_TMPT_IN_USE
public final static java.lang.String
TemporaryTopic in use.
Explanation: Something else is currently using the topic.
User Response: Wait until the topic is free or create another topic. Ensure subscribers deregister when finished.
uj33930_