MQJMS_E_11_INVALID_DOMAIN_SPECIFIC

 

public final static java.lang.String

Operation for a domain specific object was not valid.
Explanation: A JMS application attempted to perform an operation on domain specific object, but the operation is valid only for the other messaging domain.
User Response: Make sure that the JMS objects used by your application are relevant for the required messaging domain. If your application uses both messaging domains, consider using domain independent objects throughout the application.


uj33130_