Sure,

We are using ReactPHP library's Stomp client, here:
https://github.com/reactphp/stomp/tree/master/src/React/Stomp

In the Factory, a physical socket is created and then consequently used: 
https://github.com/reactphp/stomp/blob/master/src/React/Stomp/Factory.php#L53

After the Factory creates the physical connection, the streams are assigned
into the Client:
https://github.com/reactphp/stomp/blob/master/src/React/Stomp/Factory.php#L46

So, I don't think the client is physically connecting and reConnecting on
every request.  As I mentioned, we are tracking strange disconnect issues
with the Client->Apollo so we have been tracing the connection logs to see
if we can spot a pattern or any indication of what's going on.

Thanks.
-AP_



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Apollo-1-6-multiple-connected-disconnected-messages-while-using-Stomp-tp4674484p4674491.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to