Martin Lichtin created AMQ-8030:
-----------------------------------
Summary: ActiveMQ classic - extend OpenWire TcpTransport to access
control remote connections based on IP addresses
Key: AMQ-8030
URL: https://issues.apache.org/jira/browse/AMQ-8030
Project: ActiveMQ
Issue Type: Improvement
Components: Broker
Affects Versions: 5.15.13
Reporter: Martin Lichtin
ActiveMQ classic - extend OpenWire TcpTransport to access control remote
connections based on IP addresses
Looking at how to best implement IP-address based access control via a Plugin.
There's an existing "addConnection" hook, but this method is called too late in
the connection setup.
Ideally there should be a plugin hook available in method
TcpConnection.connect() to reject unwanted connections as early as possible,
before reading or writing any data.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)