This topic directs you to the information you need to access the different types of JMS message.
JMS Message type | Message format string | Mapping to SDO |
JMS Bytes message | JMS:bytes | See JMS Formats -- bytes |
JMS Text message | JMS:text | See JMS Formats -- text |
JMS Stream message | JMS:stream | See JMS formats -- Stream |
JMS Object message | JMS:object | See JMS Formats -- object |
This code snippet is an example of how to retrieve the message format string from the message:
String format = siMsg.getFormat(); if (format.equals ....