Hi, I was trying to connect a number of different consumers and producers to the stomp URI (61613), i noticed that the maximum number i can "connect" is about 300.
Actually the listener port allows for many more, but the issue arises at connecting. What directive is causing this "connect" to be the limiting factor? # i know you can define maximumConnections for openwire, i also read you cannot provide maximumConnections to stomp uri, although i am suspecting this is a definition somewhere in a pool configuration (maybe thread or connection factory)? <transportConnector name="openwire" uri="tcp://0.0.0.0:61616?maximumConnections=50"/> There is limited documentation otherwise, i've searched. Any pointers would be greatly apreciated? Thanks in advance. -- View this message in context: http://old.nabble.com/uri-stomp---maximumConnections--tp29153784p29153784.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.