Re: AMQ 5.5 - compression on network of brokers

2012-03-27 Thread Sebastian Rodriguez
Ha you tried list this for the network connector connection string? wrote: > a network connector keeps an open tcp 'openwire' connection to its > peer. This receives advisory demand information about consumers and is > used to forward(send) messages when required. > The protocol can be changed

Re: AMQ 5.5 - compression on network of brokers

2012-03-27 Thread Gary Tully
a network connector keeps an open tcp 'openwire' connection to its peer. This receives advisory demand information about consumers and is used to forward(send) messages when required. The protocol can be changed to http if that is easier to propagate through a firewall. You can introduce parallel

Re: AMQ 5.5 - compression on network of brokers

2012-03-26 Thread hodgesz
I would vote for that enhancement. Just out of curiosity what is the format the messages are currently forwarded over tcp to the network of brokers? Do the brokers maintain an open tcp connection to each other? I am just trying to understand what kind of performance to expect if the brokers are

Re: AMQ 5.5 - compression on network of brokers

2012-03-26 Thread Dejan Bosanac
Unfortunately, this is client-only option at the moment (tied to the connection factory). You can create an enhancement request to make it server side option as well (and applicable to networks). Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesou

AMQ 5.5 - compression on network of brokers

2012-03-23 Thread Marcin Giedz
Hi all, Is it possible to have compression enabled on "network of brokers" definition? but jms.useCompression is invalid option in this case Thx M.