[
https://issues.apache.org/activemq/browse/AMQ-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Snyder updated AMQ-2678:
------------------------------
Fix Version/s: 5.5.0
(was: 5.4.1)
> 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
> 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.