[rabbitmq-discuss] RabbitMQ/Shovel & Compression

Elias Levy fearsome.lucidity at gmail.com
Wed Jan 25 18:44:07 GMT 2012


On Wed, Jan 25, 2012 at 4:00 AM, <
rabbitmq-discuss-request at lists.rabbitmq.com> wrote:

>
> It would be a nice feature, but pretty low priority TBH.
>

You should be able to do this already, out of the box, presuming that the
Erlang SSL library supports it.


> Set up a compressed SSH tunnel? Or if the overhead of encryption is too
> great, hook up netcat and gzip in front of Rabbit?
>

Instead of using SSH, you could use the built-in SSL functionality. If
SSLv2 is disabled and both the client and server are compiled against zlib,
then OpenSSL should negociate compression, and if you select a cipher with
no encryption or authentication, you can avoid the crypto overhead.

Don't know enough about the Erlang ssl library to know how you'd go about
specifying what cipher it should use.

Elias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120125/b59b9d7e/attachment.htm>


More information about the rabbitmq-discuss mailing list