The event used in the process contains an process object with a payload that represents the RabbitMQ message. You can process the RabbitMQ messages in one of the following format:
•JSON
•XML
•BINARY
•TEXT
When the RabbitMQ message is in JSON or XML format, the message payload for RabbitMQ is made accessible to the process as a process object of type $po:$any.
For example, the following RabbitMQ message is represented in JSON format:
Note: If the payload is JSON, the array does not have a field name as defined in the RabbitMQ message. You can specify an in the Object List Field Name property and set the implicit object field name. In the above example, employee is specified as the object field name for the event source in the Object List Field Name property.