WebSphere WebSphere Application Server Network Deployment, Version 6.0.x Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

JMS Formats

This topic directs you to the information you'll 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 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 ....

Reference topic

Terms of Use | Feedback

Last updated: 5 Oct 2005
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc\ref\rjy1130.html

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