Hi,
I am receiving a JSON payload on an incoming request and so I have created a routing rule with type NONE_XML.
I want to route this message based on the attribute values in payload. For example, only if the customer_id = abcd, i would like to handle this message else i am least concerned.
Is there a way to define content based routing for this kind of scenario with incoming JSON payload.
Any suggestions are much appreciated.