Export
When exporting an EMS message to a Rendezvous message,
tibemsd
groups all the Jakarta Messaging property fields into a single submessage within the Rendezvous message. The field
JMSProperties
contains that submessage. Fields of the submessage map the names of Jakarta Messaging property fields to their values.
The
tibemsd
server ignores any Jakarta Messaging property fields that are not set, or are set to null—it omits them from the exported message.
You can instruct
tibemsd
to suppress the entire properties submessage in the exported message by setting the transport property
export_properties = false
.