Alerts when failover (JDBC Master Slave) occurs

2011-05-25 Thread janne postilista
I can configure ActiveMQ master/slave failover so that when my active master instance fails, it releases a database lock, then a slave instance grabs the lock and starts processing messages: http://activemq.apache.org/jdbc-master-slave.html Does this feature support alerts when failover happens, f

Re: Problem creating tables for SQL Server 2008

2011-05-23 Thread janne postilista
but it has not been fully resolved. > > I have reopened https://issues.apache.org/jira/browse/AMQ-3075 to track it. > > > On 20 May 2011 07:35, janne postilista wrote: >> Anyone? Does the table generation always have to be done by ActiveMQ >> when it starts, or can it be don

Re: Problem creating tables for SQL Server 2008

2011-05-19 Thread janne postilista
Anyone? Does the table generation always have to be done by ActiveMQ when it starts, or can it be done manually? On Thu, May 19, 2011 at 5:20 PM, janne postilista wrote: > It seems activeMQ creates the tables (ACTIVEMQ_ACKS, LOCK, etc) when > it starts up. Can you create the tables ma

Problem creating tables for SQL Server 2008

2011-05-19 Thread janne postilista
It seems activeMQ creates the tables (ACTIVEMQ_ACKS, LOCK, etc) when it starts up. Can you create the tables manually? Where is the DDL for that? I have a local SQL Server 2008 that I want to configure ActiveMQ to use. My activemq.xml configuration is:

changing all ActiveMQ ports

2011-05-08 Thread janne postilista
I am using ServiceMix, which comes with embedded ActiveMQ. Embedded ActiveMQ uses the default ports such as 61616. I want to test the solution using a non-embedded ActiveMQ instance, on the same machine though. To be able to run both serviceMix with embedded ActiveMQ and the independent ActiveMQ i