Koka wrote:
> 
> 
> 
> -ActiveMQ clustering (I have done some reading and I wanted to try out the
> failover:(uri1,...,uriN)?transportOptions. But I can't figure out where to
> insert this. 
> 
> Maybe u should write test consumer/producer which takes following params :
> Consumer --broker-url=tcp://vinod:61616 --to-consume=2000
> --sleep-millis=100 --q-name="testQ" 
> Producer --broker-url=tcp://vinod:61616 --batch-size=400
> --sleep-millis=100 --msg-size=1024 --q-name=testQ 
> 
> Here sleep-millis param means consumer will take so many millis to consume
> a message and producer will sleep for so many millis before producing next
> msg.
> 
> 
> Then U can pass various broker URLs like failover;//..., discovery://...
> etc for testing.
> http://activemq.apache.org/broker-uri.html
> 
> 
> -Further more, although I have installed ActiveMQ, it was the basic
> install. How would I change the configuration, and what type of
> configurations can be changed?
> 
> ActiveMQ can be launched with an xml configuration as 
> bin\activemq.bat xbean:broker1.xml
> 
> Where broker1.xml is a file on the classpath, u can just place it in the
> <INSTALL_DIR>\conf dir.
> 
> For more details on xml configuration of ActiveMQ see :
> http://activemq.apache.org/xml-configuration.html
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-for-dummies-tf4670547s2354.html#a13367852
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to