Hi, I have a requirement to restrict the number of connection allowed to a user. For this purpose, I implemented a Plugin which increment a connection count whenever a connection is made. Before incrementing the connection count, user's connection limit is checked.
I want to decrement the connection count when a client connection is closed and I have intercepted the BrokerFilter#removeConnection() method. This works fine when connection is created using org.apache.activemq.ActiveMQConnectionFactory. If I use PooledConnectionFactory, removeConnection method is not called. Is this expected behaviour of PooledConnectionFactory or it is a bug. Thanks, Raj -- View this message in context: http://activemq.2283324.n4.nabble.com/BrokerFilter-removeConnection-is-not-called-when-using-PooledConnectionFactory-tp4653446.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.