Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
Would appreciate if you can clarify what changeAutoCommitAllowed="false" means? The API has an explanation but its unclear. Does this parameter ensure - SQL Server's default Autocommit is overwritten - and the actual commit is done by ActiveMQ's datasource? regards D -- View this message in c

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
Hi, I upgraded to ActiveMQ 5.8.0. Added changeAutoCommitAllowed="false" to broker-config.xml - as shown below Now I don't see the exceptions stated above. However on Jboss start up - I see the following 2013-12-11 16:08:40,865 INFO [org.apache.activemq.store.kahadb.plist.

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread Christian Posta
I'm not sure, and don't have the code in front of me, but could you try on the latest release or a snapshot to reproduce? On Wed, Dec 11, 2013 at 1:30 AM, deepak_a wrote: > All, > > I am using ActiveMQ 5.6.0 SQL Server 2008 is used in backend. With SQL > Server - > I get the following exception >

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
https://issues.apache.org/jira/browse/AMQ-711 The issue I am facing is same as mentioned above -- View this message in context: http://activemq.2283324.n4.nabble.com/Auto-commit-issue-with-SQL-Server-ActiveMQ-tp4675355p4675391.html Sent from the ActiveMQ - User mailing list archive at Nabble.c

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
One thing to add - I am trying to send messages to activeMQ within an XA transaction. -- View this message in context: http://activemq.2283324.n4.nabble.com/Auto-commit-issue-with-SQL-Server-ActiveMQ-tp4675355p4675356.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.