STOMP Connection Closes Due to Missing Heartbeats Despite Frontend Showing Ping-Pongs #43362
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
I’m experiencing a connection issue with WebSocket STOMP in Spring Boot using ActiveMQ Artemis. Despite proper heartbeat configurations, the broker closes the connection with the following error:
AMQ229014: Did not receive data from /192.0.2.1:46748 within the 20000ms connection TTL.
Setup
Logs confirm a CONNECTED frame with heart-beat=[10000, 10000].
Observations
Questions
Steps to Reproduce
Additional Context
Backend logs:
DEBUG StompBrokerRelayMessageHandler : Received CONNECTED heart-beat=[10000, 10000] session=itwv0lto DEBUG StompBrokerRelayMessageHandler : Forwarding SEND /topic/simp-user-registry session=_system_
The text was updated successfully, but these errors were encountered: