Re: javax.jms.JMSException: Error while attempting to add new Connection to the pool

2018-01-11 Thread Tim Bain
What version of Apache Commons Pool2 are you using? https://issues.apache.org/jira/browse/AMQ-6594 indicates that one person was able to fix this error by upgrading to 2.4.2. Can you try that? Tim On Jan 11, 2018 2:31 AM, "Chester_Zheng" wrote: > I meet the following error,it happens when the a

javax.jms.JMSException: Error while attempting to add new Connection to the pool

2018-01-11 Thread Chester_Zheng
I meet the following error,it happens when the application is running period time later. If I restart the application, it will be ok. Does any one meet the problem like this? Please, Help me.The xxx.xxx.xxx.xxx.ActiveMQPublisher is made by me to establish a connection to send msg to ActiveMQ.Thanks

javax.jms.JMSException: Error while attempting to add new Connection to the pool

2017-11-24 Thread Manish Asolkar
) at java.lang.Thread.run(Thread.java:748) Caused by: javax.jms.JMSException: Error while attempting to add new Connection to the pool at org.apache.activemq.jms.pool.PooledConnectionFactory.createJmsException(PooledConnectionFactory.java:274) at