MQJMS_E_11_INVALID_CROSS_DOMAIN

 

public final static java.lang.String

Attribute for a domain specific object was not valid.
Explanation: A JMS application attempted to set an attribute of a domain specific object, but the attribute is valid only for the other messaging domain.
User Response: Make sure that the JMS object types 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.


uj33120_