demonstration is easy to build and run. The quick steps are below as well as the videos.
A-MQ 6.1 Websocket Demonstration Github Repository: https://github.com/kpeeples/jboss-a-mq-websockets-demo
Fuse 6.1 Websocket Demonstration Github Repository: https://github.com/kpeeples/jboss-fuse-websockets-demo
Step 1: See README in 'installs' directory
Step 2: Add the Product
Step 3: Run 'init.sh' & read output
Step 4: Setup JBDS for project import, add the server
Step 5: Import projects
Step 6: Start the server through the command line or JBDS
Step 7: Install the activemq-websocket war file
Step 1: See README in 'installs' directory
Step 2: Add the Product
Step 3: Run 'init.sh' & read output
Step 4: Setup JBDS for project import, add the server
Step 5: Import projects
Step 6: Start the server through the command line or JBDS
Step 7: Install the activemq-websocket war file
karaf@root>install -s webbundle:mvn:com.fusesource.examples.websocket/web/1.0/war?Web-ContextPath=/activemq-websocket
Step 8: Start Feeder application, which will populate randomly data (stock prices) and publish them in a topic which is the topic used by websocket to expose the date to the web browser. You will find this in the 'support' directory.
Step 8: Start Feeder application, which will populate randomly data (stock prices) and publish them in a topic which is the topic used by websocket to expose the date to the web browser. You will find this in the 'support' directory.
start_feeder.sh
Step 9: Open your web browser and point to the following URL:
http://localhost:8181/activemq-websocket/stocks-activemq.html
Step 10: Click on connect button, login is 'guest':'password'