I am sending different type of message like xml , JSON, and text using JMS Text message. In the consumer side i need to differentiate the incoming message as Xml or Json or Text message , how can i achieve this ? .Is there any in built option available to set and get the MIME type like we are setting the content type in Http request ?
- Adding mime type to different type of messages mahendran m