We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Sometimes activeMQ close connection with my consumer. i would to check a connection status but how? Connection instance private https://github.com/php-enqueue/stomp/blob/master/StompContext.php#L189 and there are now heartbeat config https://github.com/php-enqueue/stomp/blob/master/StompConnectionFactory.php#L122
so, is it possible to send isAlive package or check connection ?
The text was updated successfully, but these errors were encountered:
That could be made public.
Sorry, something went wrong.
@makasim so, what can i do ? stomp repo is [READ-ONLY], i cant make PR ?
You are supposed to do a PR on this repository, It will go to read only repo once is merged
https://github.com/php-enqueue/enqueue-dev/blob/master/pkg/stomp/StompContext.php
No branches or pull requests
Hi
Sometimes activeMQ close connection with my consumer. i would to check a connection status but how?
Connection instance private https://github.com/php-enqueue/stomp/blob/master/StompContext.php#L189 and there are now heartbeat config
https://github.com/php-enqueue/stomp/blob/master/StompConnectionFactory.php#L122
so, is it possible to send isAlive package or check connection ?
The text was updated successfully, but these errors were encountered: