PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.5
- All Products
JMS Message Header Field
| JMS Source Definition
| JMS Target Definition
|
---|---|---|
JMSCorrelationID | Yes | Yes |
JMSMessageID | Yes | No |
JMSType | Yes | Yes |
JMSDestination | Yes | Yes |
JMSReplyTo | Yes | Yes |
JMSDeliveryMode | Yes | Yes |
JMSExpiration | Yes | No |
JMSTimeToLive | No | Yes |
JMSPriority | Yes | Yes |
JMSTimestamp | Yes | No |
JMSRedelivered | Yes | No |
Message Type
| Description
|
---|---|
Message | JMS source and target definitions should represent the message type Message when the source or target messages only need to contain header and property fields. Messages of the type Message cannot contain body fields. |
TextMessage | JMS source and target definitions should represent the message type TextMessage when the source or target messages contain XML data. Source and target definitions that represent messages of the type TextMessage contain a single body field and can have multiple property fields. |
BytesMessage | JMS source and target definitions should represent the message type BytesMessage when the source or target messages contain a stream of uninterpreted bytes. Source and target definitions that represent messages of the type BytesMessage contain a single body field and can have multiple property fields. |
MapMessage | JMS source and target definitions should represent the message type MapMessage when the source or target messages contain name/value pairs. Source and target definitions that represent messages of the type MapMessage can contain any number of body and property fields. |