You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to identify producers, it could be helpful to have a proprietary message object that includes the body (data) that is usually sent by the user. A better way to explain this is through an example:
Producer A sends a BowlerMessage or BowlerMessageBody where the AMQPMessage's body property is the message body itself. That message contains the body and other metadata in a JSON format as such:
In order to identify producers, it could be helpful to have a proprietary message object that includes the body (data) that is usually sent by the user. A better way to explain this is through an example:
Producer A sends a
BowlerMessage
orBowlerMessageBody
where theAMQPMessage
'sbody
property is the message body itself. That message contains the body and other metadata in a JSON format as such:The above is just an example to illustrate the idea, names and structure may change.
The text was updated successfully, but these errors were encountered: