Yes, you can do that. The ajax-part is a servlet you can use in your
webapp and it can connect to any broker-url. F.e. you can add the
following to your web.xml
<context-param>
<param-name>org.apache.activemq.brokerURL</param-name>
<param-value>tcp://my-server:61616</param-value>
</context-param>
Mario
On 5/30/07, jefetech <[EMAIL PROTECTED]> wrote:
Can the javascript send/receive by using stand alone tcp or vm broker on
another server? I need to have two webservers load balanced, so I need the
broker to be on another server that is not part of the webserver being load
balaced.
--
View this message in context:
http://www.nabble.com/Does-jetty-ajax-jms-have-to-use-an-embedded-broker--tf3841880s2354.html#a10878952
Sent from the ActiveMQ - User mailing list archive at Nabble.com.