Closed
Description
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 ?