On client side I use stomp over websocket client which sends data each 1 sec to
application endpoint (not to any queue).
Client also is subscribed to topic but messages are sent to this topic very rare .
On server side I use stomp full broker to artimis remote server.
As I can investigate if client constanly sends data to app endpoint it do not send heartbeats.
If return type of endpoint is void then no data (and no heartbeats) propagated to underlaying artemis connection. In this case connection is closed by inactivity.
On client side I use stomp over websocket client which sends data each 1 sec to application endpoint (not to any queue). Client also is subscribed to topic but messages are sent to this topic very rare . On server side I use stomp full broker to artimis remote server. As I can investigate if client constanly sends data to app endpoint it do not send heartbeats. If return type of endpoint is void then no data (and no heartbeats) propagated to underlaying artemis connection. In this case connection is closed by inactivity.