Re: ActiveMQ - low-level access control and rejecting connections

2020-08-30 Thread Jean-Baptiste Onofre
Hi, I guess you are talking about TCP/OpenWire transport connector. Which ActiveMQ version are you talking ? I remember to have fixed closing of connection in 5.15.13 AFAIR. Can you please create two Jira (one for the connect hook, one for connection leaking) ? I will take a look. Regards JB

ActiveMQ - low-level access control and rejecting connections

2020-08-30 Thread Martin Lichtin
Hi Looking at how to best implement IP-address based access control via a Plugin. I've an implementation based on "addConnection", but this method is called way too late in the connection setup. Ideally there should be a hook available in TcpConnection.connect() method to reject rogue connect