Hello,
Is it possible to use Ajax to connect to more than one ActiveMQ server?
Currently I have in my web.xml following configuration entry:
...
<context-param>
<param-name>org.apache.activemq.brokerURL</param-name>
<param-value>tcp://localhost:61616</param-value>
...
Is it possible to specify more brokers and be able to receive messages from
all of them?
best regards
Piotr Rezmer
--
View this message in context:
http://www.nabble.com/Ajax-client-and-many-brokers---how-to-configure--tp19552378p19552378.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.