Re: Using ActiveMQ appears an strange exception - "Pool not open"

2018-03-20 Thread Tim Bain
Did you call start() on the PooledConnectionFactory? Tim On Tue, Mar 20, 2018, 8:44 PM Chester_Zheng wrote: > Hello you guys,I'm using ActiveMQ for a couple of months. But It works a > little bit bad recently."The Strange Exception" is that "Pool not open". > This exception appear by my custom

Using ActiveMQ appears an strange exception - "Pool not open"

2018-03-20 Thread Chester_Zheng
Hello you guys,I'm using ActiveMQ for a couple of months. But It works a little bit bad recently."The Strange Exception" is that "Pool not open". This exception appear by my custom producer.I use "PooledConnectionFactory" to create a connection, and then create a session.Does any brother meet this