A JMS Header is a service data object (SDO) that contains all the properties of the JMS Message properties.
A JMS Header is a generated service data object containing all the properties of the JMS Message properties from the inbound message or the properties that will be applied to the outbound message.
The JMS Headers are provided using the system programming interface, consequently you set or get the JMS Headers by accessing the service component architecture Message. You cannot set or get the JMS header from a client program. You can however use an ESB Mediation to retrieve the JMS Header values or set them on an outgoing request.
JMS Header and JMS Message properties are only used when the base service component architecture SCDL binding switch is turned on. When the switch is turned on, context information is propagated. By default, this switch is on. To prevent context information propagation change the value to false.
<esbBinding xsi:type="eis:JMSImportBinding" ContextProgagationEnabled="true">
Last updated: Thu Apr 27 14:23:46 2006
(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)