You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/12/02 14:09:55 UTC

[jira] Updated: (AMQ-2678) Connect to ActiveMQ via ssl transports through an http/socks(4or5) proxy

     [ https://issues.apache.org/jira/browse/AMQ-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac updated AMQ-2678:
-------------------------------

    Fix Version/s:     (was: 5.4.2)
                   5.5.0

> Connect to ActiveMQ via ssl transports through an http/socks(4or5) proxy
> ------------------------------------------------------------------------
>
>                 Key: AMQ-2678
>                 URL: https://issues.apache.org/jira/browse/AMQ-2678
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Transport
>            Reporter: shawnliang
>            Priority: Minor
>             Fix For: 5.5.0
>
>         Attachments: proxy.patch
>
>
> In some cases activemq clients have to connect to activemq through a proxy. But current tcp/ssl transport does not provide this functionality.
> I modified ActiveMQ 5.2.0 to enable SSL transport to support http/socks4/socks5 proxy.
> *******************************************
> What is changed:
>     A local patched ActiveMQ, based on 5.2.0, 
>     which supports Http / Socks 4 / Socks 5 proxy for SSL transport.
> Usgae:
>     To enable proxy for SSL transport, use these system properties
>     
>     property                            comments
>     ----------------------------------------------------------------
>     apache.activemq.proxy.type          available values: http/socks
>     apache.activemq.proxy.host          proxy address
>     apache.activemq.proxy.port          proxy port
>     apache.activemq.proxy.user          proxy username
>     apache.activemq.proxy.password      proxy password
> Change sources:
>     See proxy.patch
>     
> *******************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.