How do you disable the exclusive lock?  Ideally a solution involving Spring
configuration works best for me.  

I am trying to do the same thing as the original post (where the platform
was pretty obviously HSQLDB, by the way).  I guess the HSQLDB support isn't
as complete as it might be?  Or Am I not configuring the adapter correctly?

        <bean class="org.apache.activemq.broker.BrokerService" 
init-method="start">
                <property name="vmConnectorURI" 
value="vm://localhost"></property>
                <property name="persistenceAdapter">
                        <bean 
class="org.apache.activemq.store.jdbc.JDBCPersistenceAdapter">
                                <property name="dataSource" ref="dataSource"/>
                        </bean>
                </property>
        </bean>

        <bean id="connectionFactory"
                class="org.apache.activemq.ActiveMQConnectionFactory">
                <property name="brokerURL">
                        <value>vm://localhost</value>
                </property>
        </bean>



James.Strachan wrote:
> 
> So you could disable the exclusive lock we use in ActiveMQ; or if you
> let us know the database you are using and the correct SQL dialect for
> you database we could patch the code to use the correct SQL.
> 

-- 
View this message in context: 
http://www.nabble.com/Database-Locking-issues-tf2617111s2354.html#a11688109
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to