I have a requirement to handle JSON Messages coming to a Topic.The topic will get different kinds of JSON Messages
The JSON Message Payload will have an field to indicate the event type.Is there a way in MDB to apply message filters on the JSON Element Path and send them to different JMS Queues based the event type without unmarshalling and inspecting the message ?
Any help or links to further research on this topic would be of great help
Thanks