Re: Dynamic Brokers

2009-03-25 Thread ronchalant
ble >> >> Master/slave can be configured either using an activemq.xml and a >> BrokerFactoryBean or it can be configured completely programmatically >> using Java code. You'd just need to instantiate and configure the >> correct Java classes for the persistence of your choice. >>

Re: Dynamic Brokers

2009-03-24 Thread ronchalant
> perl -e 'print > unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E );' > > Apache ActiveMQ - http://activemq.apache.org/ > Apache Camel - http://camel.apache.org/ > Apache ServiceMix - http://servicemix.apache.org/ > > Blog: http://bruceblog.org/ > > -- View this message in context: http://www.nabble.com/Dynamic-Brokers-tp22689640p22691760.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Dynamic Brokers

2009-03-24 Thread Bruce Snyder
On Tue, Mar 24, 2009 at 2:58 PM, ronchalant wrote: > > I want to embed an ActiveMQ broker into an application so that when the > application starts, the broker starts.  This broker would be part of a chain > of brokers in a store-forward architecture*, and these brokers may go > up/down.  What I n

Dynamic Brokers

2009-03-24 Thread ronchalant
7;m missing the examples somewhere on the site, all I'm seeing is various ways to start/stop brokers, producers and consumers from the command line. *tentatively; a master/slave w/ KahaDB might be preferable if it was stable -- View this message in context: http://www.nabble