Queue Configuration for Messaging Protocol

The out-of-the-box configuration wraps the outgoing message payload in a CDATA section.

If you do not want it to wrap in CDATA, change the configuration in the ConfigValues.xml:.

  • Use this map if the ebXML payload is within CDATA in the envelope
    com.tibco.cim.queue.queue.CommStandardInboundIntgrMsg.msgIO.msgContentMarshaler.msgContentToMsgContentMarshalers.StandardXMLToPayloadMsgContentToMsgContentMarshaler.xslFile=standard/maps/mpfromebxml21envelopetounknown.xsl
  • Use this map if the ebXML payload is XML and is NOT within CDATA in ebXML envelope
    com.tibco.cim.queue.queue.CommStandardInboundIntgrMsg.msgIO.msgContentMarshaler.msgContentToMsgContentMarshalers.StandardXMLToPayloadMsgContentToMsgContentMarshaler.xslFile=standard/maps/mpfromebxml21envelopetounknownxml.xsl