You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "shawnliang (JIRA)" <ji...@apache.org> on 2010/03/29 06:21:08 UTC

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

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

shawnliang updated AMQ-2678:
----------------------------

    Attachment: proxy.patch

> Connect to ActiveMQ via ssl transports through an http/socks(4or5) proxy
> ------------------------------------------------------------------------
>
>                 Key: AMQ-2678
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2678
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Transport
>            Reporter: shawnliang
>            Priority: Minor
>         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.