Hi,
I'm consuming the message published through "PutJMS" processor using
"ConsumeJMS" processor. The message is in JSON format. I added the value of
"status" as "OK" using "UpdateAttribute" processor. I wanted to route it to
"AttributesToJSON" processor if the value of $.result.status is "OK" for which
I'm using the "RouteOnAttribute" processor .The regular expression which I used
for routing is ${status:contains(${result.status})}. But the routing doesn't
happen correctly.
Sample input json :
{
"revision": "1.0.0",
"acceptor": "100",
"result": {
"status": "OK"
}
}
Please let me know where I'm missing.
Thanks in advance
Regards
Vyshali