BIP7071

Severity

20 : Error

Message

Message (of type <insert_1>) on incorrect queue <insert_0>.

Explanation

An application put a message of type <insert_1> on queue <insert_0>. This queue is not intended for messages of that type and the message was not processed.

Response

Ensure that your applications are putting messages on the correct queue. Publish and Delete Publication messages should only be put on application queues. Control messages should only be put on SYSTEM.BROKER.CONTROL.QUEUE. Correct the application, then retry the operation.