What can I do with JMS?
843830Aug 28 2007 — edited Aug 31 2007Hi,
I did go here, http://java.sun.com/products/jms/overview.html, read the text and tried to understand it. However still have some questions on what JMS really is all about!
I want to build a client/server application where I want to pass commands from the client to server and vice versa. Depending on the commands, the server will take sertain actions, and the same is valid for the client.
I am trying to figure out what are the best options for me. I came across JMS while searching some of the Apache Foundation open source projects. What I read made me think that JMS could solve this problem (client sending message to server, server does something and send another message back).
However am not sure!
Thanks for any comments,
Sim085