ous
> question, I am new at working with message brokers, especially at this
> level.
>
> Doug
>
> -Original Message-
> From: Knight, Doug
> Sent: Monday, September 14, 2009 2:33 PM
> To: users@activemq.apache.org
> Subject: RE: Chat JavaScript example
>
>
question, I am new at working
with message brokers, especially at this level.
Doug
-Original Message-
From: Knight, Doug
Sent: Monday, September 14, 2009 2:33 PM
To: users@activemq.apache.org
Subject: RE: Chat JavaScript example
OK, I think I've got it. Now, I've got a barebo
tember 14, 2009 12:34 PM
To: users@activemq.apache.org
Subject: Re: Chat JavaScript example
Hi Doug,
ajax client connects to the servlet (called AjaxServlet) that runs inside
jetty (or any other web container) that server like a proxy to the broker.
Therefore, you should all jms related stuff
All,
>From the JavaScript-based chat example, and various all-similar sources for
>how to configure it (i.e. see
>http://docs.codehaus.org/display/JETTY/Integrating+with+ActiveMQ for example),
>I don't understand how the JavaScript client knows what server to connect to.
>There is mentioned som
Hi Doug,
ajax client connects to the servlet (called AjaxServlet) that runs inside
jetty (or any other web container) that server like a proxy to the broker.
Therefore, you should all jms related stuff inside your web application.
Take a look at webapps/demo/WEB-INF/web.xml for an example of how t