WebSphere WebSphere Application Server Network Deployment, Version 6.1.x Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows, z/OS

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.

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

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

Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 26 February 2009
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.pmc.nd.multiplatform.doc/ref/rjy1130.html

Copyright IBM Corporation 2004, 2009. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)