Hello, my name is Alex and I&#39;m having trouble getting the web-stomp examples to run. I&#39;m running windows server 2003 with the latest version of rabbitmq (2.8.5 as of writing). I enabled the stomp plugin, the web-stomp plugin, and the web-stomp-examples plugin. There was no error and I restarted the AMQP windows service. I tried using the echo message boardcasting example and can only see things on the log side of the screen. <br>
<br>My management plugin shows these windows under ports and context.<br><table class="list" style="border-collapse:collapse;border-width:1px;border-bottom-style:solid;border-bottom-color:rgb(204,204,204);margin-bottom:0px;font-family:Verdana,sans-serif;letter-spacing:normal;text-indent:0px;text-transform:none;word-spacing:0px">
<tbody><tr><th style="font-weight:normal;color:black;font-style:normal;font-variant:normal;font-size:12px;line-height:17px;font-family:Verdana,sans-serif;padding:4px;vertical-align:top;min-width:5em;width:auto;border:1px solid rgb(204,204,204);text-align:center">
Protocol</th><th style="font-weight:normal;color:black;font-style:normal;font-variant:normal;font-size:12px;line-height:17px;font-family:Verdana,sans-serif;padding:4px;vertical-align:top;min-width:5em;width:auto;border:1px solid rgb(204,204,204);text-align:center">
Bound to</th><th style="font-weight:normal;color:black;font-style:normal;font-variant:normal;font-size:12px;line-height:17px;font-family:Verdana,sans-serif;padding:4px;vertical-align:top;min-width:5em;width:auto;border:1px solid rgb(204,204,204);text-align:center">
Port</th></tr><tr class="alt1"><td style>amqp</td><td style>0.0.0.0</td><td style>5672</td></tr><tr class="alt2"><td style>stomp</td><td style>0.0.0.0</td><td style>61613</td></tr></tbody></table><br class="Apple-interchange-newline">
<br><table class="list" style="border-collapse:collapse;border-width:1px;border-bottom-style:solid;border-bottom-color:rgb(204,204,204);margin-bottom:0px;font-family:Verdana,sans-serif;letter-spacing:normal;text-indent:0px;text-transform:none;word-spacing:0px">
<tbody><tr><th style="font-weight:normal;color:black;font-style:normal;font-variant:normal;font-size:12px;line-height:17px;font-family:Verdana,sans-serif;padding:4px;vertical-align:top;min-width:5em;width:auto;border:1px solid rgb(204,204,204);text-align:center">
Context</th><th style="font-weight:normal;color:black;font-style:normal;font-variant:normal;font-size:12px;line-height:17px;font-family:Verdana,sans-serif;padding:4px;vertical-align:top;min-width:5em;width:auto;border:1px solid rgb(204,204,204);text-align:center">
Bound to</th><th style="font-weight:normal;color:black;font-style:normal;font-variant:normal;font-size:12px;line-height:17px;font-family:Verdana,sans-serif;padding:4px;vertical-align:top;min-width:5em;width:auto;border:1px solid rgb(204,204,204);text-align:center">
Port</th><th style="font-weight:normal;color:black;font-style:normal;font-variant:normal;font-size:12px;line-height:17px;font-family:Verdana,sans-serif;padding:4px;vertical-align:top;min-width:5em;width:auto;border:1px solid rgb(204,204,204);text-align:center">
SSL</th><th style="font-weight:normal;color:black;font-style:normal;font-variant:normal;font-size:12px;line-height:17px;font-family:Verdana,sans-serif;padding:4px;vertical-align:top;min-width:5em;width:auto;border:1px solid rgb(204,204,204);text-align:center">
Path</th></tr><tr class="alt1"><td style>RabbitMQ Management</td><td style>0.0.0.0</td><td style>55672</td><td class="c" style>○</td><td style>/</td></tr><tr class="alt2"><td style>WEB-STOMP: examples</td><td style>0.0.0.0</td>
<td style>55670</td><td class="c" style>○</td><td style>/web-stomp-examples</td></tr></tbody></table><br>I&#39;m a little at a loss as to what I should do from here. <br>