Hey,
I have checked with all the netstat commands and found that all the
connections are ESTABLISHED.
--> lsof -p 27139 | grep TCP | wc -l
--> netstat commands you specified.
Both are giving me the same number of connections, all are ESTABLISHED.
Clients are also configured using pooledconnection factory:
<bean id="jmsConnectionFactory"
class="org.apache.activemq.pool.PooledConnectionFactory"
destroy-method="stop">
<property name="connectionFactory" ref="connectionFactory" />
<property name="maxConnections" value="3" />
</bean>
Configuration also looks fine to me.
But I am seeing again lot of connections from the same client. Not able to
figure out what is going wrong with broker ?
Thanks,
Anuj
--
View this message in context:
http://activemq.2283324.n4.nabble.com/large-number-of-connections-from-the-same-client-tp4675871p4675921.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.