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