-
Bug
-
Resolution: Duplicate
-
Major
-
JBoss A-MQ 6.2
Running a broker with
<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.data}" networkConnectorStartAsync="true" > ... <networkConnectors> <networkConnector name="toNowhere" uri="masterslave:(tcp://localhost:62616,tcp://localhost:63616)" /> </networkConnectors> </broker>
will cause a high cpu usage within a few mins after startup if the network bridge cannot be established (e.g. due to no one listening on specified address).
- duplicates
-
ENTMQ-1204 FailoverTransport With maxReconnectAttempts Results In High CPU and Thread Count
- Closed