Explanation | The call to createBrowserSession supplied a null value for the destinationAddress argument. The destinationAddress must be not be null |
Action | Supply a valid destinationAddress value. |
Explanation | The call to checkDestinationAccess supplied a null value for the destAddr argument. The destAddr must be not be null |
Action | Supply a valid destAddr value. |
Explanation | The call to checkDestinationAccess supplied a null value for the subject argument. The subject must be not be null |
Action | Supply a valid subject value. |
Explanation | The call to checkDestinationAccess supplied a null value for the operation argument. The operation must be not be null |
Action | Supply a valid operation value. |
Explanation | The call to createConsumerSession supplied a null value for the destAddr argument. The destAddr must be not be null |
Action | Supply a valid destAddr value. |
Explanation | The call to createConsumerSessionForDurableSubscription supplied a null value for the destinationAddress argument. The destinationAddress must be not be null |
Action | Supply a valid destinationAddress value. |
Explanation | The call to createConsumerSessionForDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null |
Action | Supply a valid subscriptionName value. |
Explanation | The call to createConsumerSessionForDurableSubscription supplied a null value for the durableSubscriptionHome argument. The durableSubscriptionHome must be not be null |
Action | Supply a valid durableSubscriptionHome value. |
Explanation | When attaching to a durable subscription using createConsumerSessionForDurableSubscription the destination argument supplied must match the original subscriptions destination name. |
Action | Attach to the durable subscription using the original destination name. |
Explanation | The call to createDurableSubscription supplied a null value for the destinationAddress argument. The destinationAddress must be not be null |
Action | Supply a valid destinationAddress value. |
Explanation | The call to createDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null |
Action | Supply a valid subscriptionName value. |
Explanation | The call to createDurableSubscription supplied a null value for the durableSubscriptionHome argument. The durableSubscriptionHome must be not be null |
Action | Supply a valid durableSubscriptionHome value. |
Explanation | The call to createProducerSession supplied a null value for the destAddr argument. The destAddr must be not be null |
Action | Supply a valid destAddr value. |
Explanation | The call to deleteDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null |
Action | Supply a valid subscriptionName value. |
Explanation | The call to deleteDurableSubscription supplied a null value for the durableSubscriptionHome argument. The durableSubscriptionHome must be not be null |
Action | Supply a valid durableSubscriptionHome value. |
Explanation | The call to deleteTemporaryDestination supplied a null value for the destAddr argument. The destAddr must be not be null |
Action | Supply a valid destAddr value. |
Explanation | The call to getDestinationConfiguration supplied a null value for the destAddr argument. The destAddr must be not be null |
Action | Supply a valid destAddr value. |
Explanation | The call to receiveNoWait supplied a null value for the destAddr argument. The destAddr must be not be null |
Action | Supply a valid destAddr value. |
Explanation | The call to receiveWithWait supplied a null value for the destAddr argument. The destAddr must be not be null |
Action | Supply a valid destAddr value. |
Explanation | The call to receiveWithWait supplied a null value for the destAddr argument. The destAddr must be not be null |
Action | Supply a valid destAddr value. |
Explanation | The call to send supplied a null value for the msg argument. The msg must be not be null |
Action | Supply a valid msg value. |
Explanation | The call to sendToExceptionDestination supplied a null value for the msg argument. The msg must be not be null |
Action | Supply a valid msg value. |
Explanation | The specified call is only valid from inside the AsynchConsumerCallback.consumeMessages method. |
Action | Issue the call again from inside the AsynchConsumerCallback.consumeMessages method or use an appropriate ConsumerSession call if possible |
Explanation | The argument array msgHandles must not contain null elements and so the call to ConsumerSession or BifurcatedConsumerSession was rejected. |
Action | Issue the call again after removing any null elements from the array |
Explanation | The maxActiveMessages value must be >=0 |
Action | Supply a valid maxActiveMessages value. |
Explanation | The messageLockExpiry value must be >=0 |
Action | Supply a valid messageLockExpiry value. |
Explanation | The maxBatchSize value must be >0 |
Action | Supply a valid maxBatchSize value. |
Explanation | If the message does not give sufficient information, check previous messages for further help. |
Action | See previous messages for further information. |