MQJMS_PS_WRONG_SUBSCRIPTION_TYPE

 

public final static java.lang.String

Incorrect subscription type for this subscription store.
Explanation: TopicSubscriber was created with a different SUBSTORE setting than current TopicConnection.
User Response: Ensure TopicSubscribers are only used during the lifetime of their parent TopicConnection.


uj34560_