Application Integration
- Application Integration
- All Products
[ {"firstName":"cindy", "lastName": "louis", "department": "qa", "id":1}, {"firstName":"billy", "lastName": "joe", "department": "dev", "id":12} ]
<message> <headers> <name>rabbitmq.ROUTINGKEY</name> <value>defaultQueue</value> </headers> <body> <employee> <firstName>cindy</firstName> <lastName>louis</lastName> <department>qa</department> <id>1</id> </employee> <employee> <firstName>billy</firstName> <lastName>joe</lastName> <department>dev</department> <id>12</id> </employee> <body> </message>