Sunday, March 20, 2011

TIBCO JMS Message Compression

What is message Compression...?

  • TIBCO Enterprise Message Service allows a client to compress the body of a message before sending the message to the server.
  • Compression option only compresses the BODY content. Headers and properties are NEVER compressed.
  • Compression is specific for individual messages. Not on a per-queue or per-topic basis.
  • EMS supports message compression/decompression across client types (Java, C and C#). For example, a Java producer may compress a message and a C consumer may decompress the message.
  • Message compression is supported in .NET clients when using the install package for Visual C++ 8 / .NET 2.0 or above.

What is the advantage of Message Compression...?

How to add compression property to message...?

  • set JMS_TIBCO_COMPRESS to TRUE

When messages are not stored, compression is not a good option. Why?

  • Because, Compression takes TIME…!

0 comments:

Popular Posts

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP