Hello: I'm using AMQ 5.8 and I would like to undertand the meaning of maxConnections in org.apache.activemq.pool.PooledConnectionFactory
About Java doc, "the maximum number to pooled Connections that this factory will allow before it begins to return connections from the pool on calls to" but I don't understand it If I've got maxConnections = 10 What happens if all connections are in use and a client requests for a connection ( the 11th) from PooledConnectionFactory ? Should be this parameter low or high for good performance ? Thanks adn regards