Hi,
ActiveMQ is reaching maximum active connections...
Currently 1 workstation cannot connect properly to central ActiveMQ.
The following error was found on the ActiveMQ logs
2015-08-03 11:26:45,230 | ERROR | Could not accept connection :
org.apache.activemq.transport.tcp.ExceededMaximumConnectionsException:
Exceeded the maximum number of allowed client connections. See the
'maximumConnections' property on the TCP transport configuration URI in the
ActiveMQ configuration file (e.g., activemq.xml) |
org.apache.activemq.broker.TransportConnector | ActiveMQ Transport Server
Thread Handler:
tcp://0.0.0.0:61616?maximumConnections=2000&wireFormat.maxFrameSize=104857600
Config
<transportConnectors>
<transportConnector name="openwire"
uri="tcp://0.0.0.0:61616?maximumConnections=2000&wireFormat.maxFrameSize=104857600"/>
<transportConnector name="amqp"
uri="amqp://0.0.0.0:5672?maximumConnections=2000&wireFormat.maxFrameSize=104857600"/>
<transportConnector name="stomp"
uri="stomp://0.0.0.0:61613?maximumConnections=2000&wireFormat.maxFrameSize=104857600"/>
<transportConnector name="mqtt"
uri="mqtt://0.0.0.0:1883?maximumConnections=2000&wireFormat.maxFrameSize=104857600"/>
<transportConnector name="ws"
uri="ws://0.0.0.0:61614?maximumConnections=2000&wireFormat.maxFrameSize=104857600"/>
</transportConnectors>
Real time activemq:
TemporaryQueues = []
AverageMessageSize = 1384
CurrentConnectionsCount = 810
Uptime = 13 days 15 hours
TemporaryTopicSubscribers = []
MemoryPercentUsage = 0
BrokerVersion = 5.10.0
StatisticsEnabled = true
MaxMessageSize = 18136
¡BrokerName = localhost
MemoryLimit = 668309914
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Could-not-accept-connection-org-apache-activemq-transport-tcp-ExceededMaximumConnectionsException-tp4701665.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.