ActiveMQ - how to makes it stable - don't care about performance - what is the best practise?

2009-10-24 Thread Czaban
Hello, we would like to setup the instance of ActiveMQ 5.3 with the best factor of stability - we do not need high performance at all. What is the best practice and configuration for this issue? Best regards Piotr -- View this message in context: http://www.nabble.com/ActiveMQ---how-to-makes-i

Broker-to-Broker Authentication and Authorization vs Duplex network connectors

2009-10-24 Thread Fred Moore
Hi folks, in a hub&spoke scenario where: 1\ both the hub broker and the spoke brokers are secured 2\ each spoke broker uses a duplex network connector to establish a two way msg exchange w/hub I understand from http://cwiki.apache.org/confluence/display/ACTIVEMQ/Security that the network connec

Re: dynamically create transport connector using Spring

2009-10-24 Thread Dan Tran
let's try it one more time. I am already using Spring to configure my embedded broker, however my current Spring static configuration allow the entire world to talk to my embedded broker listener. ( assume firewall is not used ) At runtime, I have a list of host addresses that can talk to my ap