GitHub user adagys opened a pull request:
https://github.com/apache/activemq-artemis/pull/1293
Add SOCKS proxy support
This work enables Artemis connectors to use a SOCKS proxy, by adding an
appropriate netty socks handler to the channel pipeline. The proxy is only
enabled for a public remote host.
I tested that it works correctly.
If this is acceptable functionality to be included in Artemis I'm happy to
do some more polishing to get it in the right shape.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/corda/activemq-artemis socks-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1293.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1293
----
commit 53af66980c7f4c259d510fadf9eec4995b63581a
Author: Andrius Dagys <[email protected]>
Date: 2017-05-24T16:16:37Z
Enable SOCKS support: add a Netty socks proxy handler during channel
initialisation.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---