Explanation | 对 createBrowserSession 的调用为 destinationAddress 自变量提供了空值。destinationAddress 不能为空 |
Action | 提供有效的 destinationAddress 值。 |
Explanation | 对 createConsumerSession 的调用为 destAddr 自变量提供了空值。destAddr 不能为空 |
Action | 提供有效的 destAddr 值。 |
Explanation | 对 createConsumerSessionForDurableSubscription 的调用为 destinationAddress 自变量提供了空值。destinationAddress 不能为空 |
Action | 提供有效的 destinationAddress 值。 |
Explanation | 对 createConsumerSessionForDurableSubscription 的调用为 subscriptionName 自变量提供了空值。subscriptionName 不能为空 |
Action | 提供有效的 subscriptionName 值。 |
Explanation | 对 createDurableSubscription 的调用为 destinationAddress 自变量提供了空值。destinationAddress 不能为空 |
Action | 提供有效的 destinationAddress 值。 |
Explanation | 对 createDurableSubscription 的调用为 subscriptionName 自变量提供了空值。subscriptionName 不能为空 |
Action | 提供有效的 subscriptionName 值。 |
Explanation | 对 createProducerSession 的调用为 destAddr 自变量提供了空值。destAddr 不能为空 |
Action | 提供有效的 destAddr 值。 |
Explanation | 对 deleteDurableSubscription 的调用为 subscriptionName 自变量提供了空值。subscriptionName 不能为空 |
Action | 提供有效的 subscriptionName 值。 |
Explanation | 对 deleteTemporaryDestination 的调用为 destAddr 自变量提供了空值。destAddr 不能为空 |
Action | 提供有效的 destAddr 值。 |
Explanation | 对 getDestinationConfiguration 的调用为 destAddr 自变量提供了空值。destAddr 不能为空 |
Action | 提供有效的 destAddr 值。 |
Explanation | 对 receiveNoWait 的调用为 destAddr 自变量提供了空值。destAddr 不能为空 |
Action | 提供有效的 destAddr 值。 |
Explanation | 对 receiveWithWait 的调用为 destAddr 自变量提供了空值。destAddr 不能为空 |
Action | 提供有效的 destAddr 值。 |
Explanation | 对 receiveWithWait 的调用为 destAddr 自变量提供了空值。destAddr 不能为空 |
Action | 提供有效的 destAddr 值。 |
Explanation | 对 send 的调用为 msg 自变量提供了空值。msg 不能为空 |
Action | 提供有效的 msg 值。 |
Explanation | 对 sendToExceptionDestination 的调用为 msg 自变量提供了空值。msg 不能为空 |
Action | 提供有效的 msg 值。 |
Explanation | 指定的调用仅在 AsynchConsumerCallback.consumeMessages 方法中有效。 |
Action | 再次从 AsynchConsumerCallback.consumeMessages 方法中发出调用,或使用适当的 ConsumerSession 调用(如果可能) |
Explanation | 自变量数组 msgHandles 一定不能包含空元素,因此对 ConsumerSession 或 BifurcatedConsumerSession 的调用被拒绝。 |
Action | 从数组中除去任何空元素之后再次发出调用 |
Explanation | maxActiveMessages 值必须大于等于 0 |
Action | 提供有效的 maxActiveMessages 值。 |
Explanation | messageLockExpiry 值必须大于等于 0 |
Action | 提供有效 messageLockExpiry 值。 |
Explanation | maxBatchSize 值必须大于 0 |
Action | 提供有效 maxBatchSize 值。 |
Explanation | 如果该消息未提供足够信息,则查看先前的消息以获取更多帮助。 |
Action | 请参阅先前的消息以获取更多信息。 |