AMQ instance crashed with queue not responsive message

Posted on

Environment
- AMQ 7.6
- RHEL 7.7
- Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode linux-amd64 compressed oops)

AMQ instance crashed with following error

2020-06-28 15:59:18,134 ERROR [org.apache.activemq.artemis.core.server] AMQ224079: The process for the virtual machine will be killed, as component QueueImpl[name=consumer_queue1, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=3fd0ab96-92ae-11ea-92ce-005056a243e0], temp=false]@6104cd0e is not responsive

Copied from borker.xml

<!-- should the broker detect dead locks and other issues -->
      <critical-analyzer>true</critical-analyzer>

      <critical-analyzer-timeout>120000</critical-analyzer-timeout>

      <critical-analyzer-check-period>60000</critical-analyzer-check-period>

      <critical-analyzer-policy>HALT</critical-analyzer-policy>

Responses