http://incubator.apache.org/activemq/connection-configuration-uri.html
I use "tcp://localhost:61616?jms.useCompression=true" as a url when receiving via my consumer I do ActiveMQBytesMessage mymessage =(ActiveMQBytesMessage)message; System.out.println(mymessage.getSize()); However when I setup a connection without useCompression the sizes I get back are the same. What am I doing wrong? Thanks -- View this message in context: http://www.nabble.com/useCompression-seems-to-make-no-difference-tf2860500.html#a7992315 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
