You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by reza aliakbary <r_...@yahoo.com.INVALID> on 2014/08/04 08:59:01 UTC

Activemq - Duplicate Message persistence

Make sure you have at least one record in ACTIVEMQ_LOCK
table. The following insert statement is part of table creation phase and is
necessary to create database lock to setup master/slave:
 
INSERTINTO ACTIVEMQ_LOCK(ID) VALUES (1)