Selecting a JMS Serializer
When working with the JMS channels, choose the serializer that handles the JMS message types that will be sent to the destination you are configuring.
Message Type | BytesMessage Serializer/
UtfBytesMessage Serializer |
TextMessage Serializer | MessageWithNoBody (1) |
---|---|---|---|
Message |
Supported | Supported | Supported |
BytesMessage |
Supported | (N/A) | Supported |
MapMessage |
Supported | Supported | Supported |
ObjectMessage |
Not Supported | Not Supported | Not Supported |
StreamMessage |
Not Supported | Not Supported | Not Supported |
TextMessage |
(N/A) | Supported | Supported |
(1) MessageWithNoBody corresponds to the BasicMessageSerializer option in TIBCO BusinessEvents Studio. |
For MapMessage messages, you create properties whose names match the message keys.
Copyright © TIBCO Software Inc. All rights reserved.