JMS formats

This topic directs you to the information you need to access the different types of JMS message.

Format types

Service integration technologies supports four different types of JMS message. Each message type is defined by a message format string within the message. You can retrieve the format string using the code snippet in the example below. The format string will be one of the following:
JMS Message type Message format string Mapping to SDO1
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
JMS Map message JMS:map The retrieval or construction of SDO data graphs for JMS map messages is not supported.

1 The version of SDO supported by mediations is Version 1.

Example

This code snippet is an example of how to retrieve the message format string from the message:

String format = siMsg.getFormat();
if (format.equals ....



Subtopics
JMS Formats - bytes
JMS Formats - text
JMS formats - Stream
JMS Formats -- object
Related reference
Transcoding between message formats
Reference topic    

Terms of Use | Feedback

Last updated: Aug 29, 2010 9:31:45 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-mp&topic=rjy1130
File name: rjy1130.html