Start of change

JMS parser and 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
The JMS domains
ESQL overview
XML parsers and domains
Related tasks
Developing ESQL
Developing Java
Manipulating messages in the JMS domains
Related reference
WebSphere Broker JMS Transport
Built-in nodes
End of change