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, . This is not allowed - you should use the nested tag syntax to express the publish/subscribe information. The above example should be Publish. See the WebSphere Business Integration Message Brokers Programming Guide, for more information and examples.

Response

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