No idea what you mean. What does useCompression do?
Totally seperate from this I can simply gzip down, send then reassemble at the other end, but then what does useCompression achieve? Linked to the above, as in my groupSequence=-1 message, how do I know when the stream messages have come to an end? e.g. I get lots of 64k messages, already compressed by the sending GZIPOutputStream, so save them down to disk on the consumer, and when the stream is finished I then need to ungzip the resulting file, but I don't know when the stream has finished as the groupSequence=-1 comes before the last message! Dino. gnodet wrote: > > I guess the compression is transparent and that the data is uncompressed > when the message is received. The same happen if you use compression > on HTTP afaik. If you want to receieved compressed data, you will need > to send it compressed. > > On 12/21/06, fancellu <[EMAIL PROTECTED]> wrote: >> >> Anyone? >> >> >> -- >> View this message in context: >> http://www.nabble.com/useCompression-seems-to-make-no-difference-tf2860500.html#a8006225 >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/useCompression-seems-to-make-no-difference-tf2860500.html#a8007113 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
