BIP7093

Severity

20 : Error

Message

Attribute style properties not allowed in publish/subscribe message.

Explanation

A publish/subscribe message was received where the properties were expressed like XML attributes. For example, <psc Command="Publish" />. This is not allowed - you should use the nested tag syntax to express the publish/subscribe information. The above example should be <psc><Command>Publish</Command></psc>. See the WebSphere Message Broker Programming Guide, for more information and examples.

Response

Change the application which generated the message to use syntax as described above.