Dear ActiveMQ Users:
I am trying to embed the broker in my Java web application. Using Spring
@Configuration, I create a broker and register some connectors:
//Create Broker
final BrokerService broker = new BrokerService();
//Create the network connector
//
Hi,
I am currently working on a project which uses ActiveMQ with Atomikos
JTA and as far as I can tell the setup is working (
recieve()/commit|rollback works as expected). Still, I'm a bit confused
by the semantics of MessageListeners in this environment.
I would have assumed that the receive + o
Apollo doesn't have a jdbc store. But it does do shared file based stores
with leveldb and bdb. Make sure your file system is HA and supports
exclusive locks and you should be able to do the same HA setup with Apollo
as you can with ActiveMQ 5.x
On Saturday, August 24, 2013, Enrico Olivelli wrote:
Hi,
I'm using ActiveMQ with a simple JDBC Master-Slave configuration
I would like to try Apollo, but I cannot find any way to configure an HA
architecture similar to the master slave of ActiveMQ
I see Apollo supports BDB, Apache QPID with BDB supports a basic HA
configuration
is already possib