- [Artemis] “AMQ229014: Did not receive data from invm:0 within the -1ms connection TTL” occurs
- The following AMQ212037 log occurred in Artemis in EAP environment.
- “AMQ212037: Connection failure has been detected: AMQ229014: Did not receive data from invm:0 within the -1ms connection TTL. The connection will now be closed. [code=CONNECTION_TIMEDOUT]”
- I would think that a general way to resolve AMQ229014 would be to set connection-ttl and reconnect-attempts to -1. However, they were already -1 as default in the environment.
- And from this log, connection-ttl is -1, and also using in-vm. It seems odd that a timeout error occurs.
- Basically this AMQ229014 occurs only when its TTL had expired, but the connection is in-vm and its connection-ttl is -1 as noted in the log.
- relates to
-
JBEAP-26395 [GSS](7.4.z) "AMQ229014: Did not receive data from invm:0 within the -1ms connection TTL" occurs due to a race condition
- Closed