Hi,
An application that I'm working on sends zip files(with XMLs inside) to an EMS Topic. There is a requirement to set up JMS_TIBCO_COMPRESS property to true so that the EMS Receiver can decompress the delivered files. I'm able to promote the property successfully
however the Property is not making any difference at the EMS Receiving end as it is not getting set at the right place in the header at Destination. This is internally controlled by the TIBCO EMS Adapter that BizTalk utilizes.
Upon investigating, I found out that this is mentioned as a limitation in the BTS documentation.
"Message compression, which enables the TIBCO EMS client to send messages in a compressed form to EMS, is not available."
https://msdn.microsoft.com/en-us/library/cc135394(v=bts.10).aspx
Could someone pls tell why this feature is not supported?
Is there any workaround to enable this property?
Thanks,
Dave.