Start of change

The JMS domains

The JMSMap and JMSStream domains can be used for modeling messages that are produced by the implementations of the Java Messaging Service standard.

Use the JMSMap domain when handling JMS messages of type MapMessage. Use the JMSStream domain when handling JMS messages of type StreamMessage.

These message types appear in the broker in XML format, and are therefore supported in an identical way to XML domain messages.

For a full description of JMS MapMessage and StreamMessage processing, see WebSphere Broker JMS Transport.

Related concepts
Message modeling concepts
Why model messages?
Which message domain and format to use?
The message model
Related tasks
Developing message models
Related reference
WebSphere Broker JMS Transport
End of change