BIP7267

Severity

30 : Severe error

Message

Invalid WebSphere Publish/Subscribe control message detected on queue '<insert_2>': diagnostic information '<insert_0>', '<insert_1>'.

Explanation

The message broker has been processing messages on a queue. Messages are sent to the queue by neighboring WebSphere Publish/Subscribe brokers or as a result of the mqsijoinmqpubsub or mqsiclearmqpubsub commands being issued. The message broker has detected an invalid message on the queue. The message will be backed out and retried until such time as the backout threshold of the queue has been exceeded at which time it will be put to the dead letter queue.

Response

This is an internal error, contact your IBM support center. The diagnostic information will need to be reported along with the message which is causing the problem. To recover from this problem, set an appropriate backout threshold for the queue which will cause the invalid message to be put to the dead letter queue. From here the message can be captured by running the amqsbcg sample program against the dead letter queue and saving the output to a file. If you do not have a dead letter queue, you will need to remove the invalid message manually from the queue. The message broker will need to be stopped and again you should capture the invalid message by running the amqsbcg sample program against the queue before the message is removed.