<div dir="ltr">Hi Everyone, <div><br></div><div>I am in the process of setting up Sock.JS/Web Stomp which has been quite painless for something so awesome, normally the pain to awesome ratio is </div><div><br></div><div>I have the following flow I am trying work out:</div><div><br></div><div>1. The user loads the page</div><div>2. Rabbit MQ is connected and authenticated via Web Stomp / Sock.JS</div><div>3. Subscriptions are created</div><div>4. User follows a link initiating a page reload</div><div>5. The browser starts reloading the page / webstomp is disconnected</div><div>5. A message is received on one of the queues the user subscribed to</div><div>6. The server finishes loading the page</div><div>7. Connection / Subscription occurs</div><div><br></div><div>How do I best get the messages sent at step 5 while the page was reloading? Is there a setting for my queue/topic? Is there setting with SockJS? Or do I need to write my own AJAX to pull any outstanding messages when the page loads?</div><div><br></div><div>I assume I have to write my own AJAX, I just wanted to see if anyone had alternative recommendations.</div><div><br></div><div>Many thanks. </div><div>James</div><div><br></div></div>