MQJMS_E_NULL_POOL

 

public final static java.lang.String

Null ServerSessionPool has been provided.
Explanation: The ServerSessionPool specified on createConnectionConsumer() or createDurableConnectionConsumer() was null.
User Response: Set an appropriate ServerSessionPool. In a J2EE application server, this might represent an error in the application server. Refer to your application server's documentation.


uj33660_