You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mohank <mo...@gmail.com> on 2011/08/05 12:23:39 UTC

ActiveMQ : How to get messages from remote server?

Hi,

    I am working with ActiveMQ JMS services in my project. I started before
2days. I have to create a client server messaging communications using this
concept. I refereed with some docs in this site. But, i didnt get that much
ideas. so, i am here. Anyone give me ideas and initiate me in this tech.
    
    Here i explain what kind of flow am in need to develop. I need to build
a WEB based JEE application. As i refered from some websites i came to know
that the application servers like JBOSS and GLASFISH is the best suggestion
for JEE application. I need to know which one is best to develop WEB based
Messaging Service. The project should like a Server (which is the message
receiver without and response, nothing but a message holder) and client
(which is message sender) the both are running in a web server. Example, The
message can able to send from a JSP/Servlet Web page or Web Services. *The
other important thing is, An other standalone application should listen the
messages from that running server and fetch the requested messages from that
server and send the response to a queue in the server machine*. For this
flow only i am getting struck.

    I developed one small application/ sample code from 
http://activemq.apache.org/ http://activemq.apache.org/ . for this
application i need to refer apache-activemq-5.5.0 jar. Its working fine.
There is a other JAR namely activemq-web-5.1, it consist of
MessageServletListener, AjaxServlet and etc which means EE libraries. so, i
didnt got that much idea to create a JEE project.

    Anyone give me ideas to do this. *All i need is, i need to communicate
the server which is running in remote machine from other standalone java
application*. Thanks in Advance.

By,
Mohi

--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-How-to-get-messages-from-remote-server-tp3720881p3720881.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.