INTERFACE DEFINITION

 

 

 

 

 

 

 

 

 

Figure 1: Interface Definition connecting Remote Control to ActiveMQ Message Server

 

Setting up various modules to test the Interface (this order of steps for setup is important)

  1. Run the Message Server using Tomcat 5.0 + JBuilder. This will bring up the ActiveMQ Message Server http://localhost:8080/MessageWAR/. The URL specifying the queue to deposit and retrieve messages is http://localhost:8080/MessageWAR/jms/FOO/DefaultQ ( Special thanks to Dan for helping me in setting up the ActiveMQ Message Server : -D )
     
  2. Run the InterfaceMessageServer - java InterfaceServer
     
  3. Run RemoteControl - Remote.exe