Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stomp connection closess on inactivity while data is sent constantly. #72

Open
vmax1145 opened this issue Oct 28, 2016 · 0 comments
Open

Comments

@vmax1145
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant