Description
Add a new option to the ActiveMQConnectionFactory and ActiveMQConnection to allow the level of compression used in the Message Body Compression to be set.
Compression is set via URI as: tcp://127.0.0.1:61616?connection.useCompression=true&connection.compressionLevel=9
The level of compression matches that of zlib that is:
-1 means use default level
0 means no compression
1-9 sets the level 1 being fastest, 9 being highest compression.