ActiveMQ's default persistance is not transactional for me

2008-07-07 Thread Qwerty777
Hello, I currently have ActiveMQ with MySQL for message persistence installed on machine X. On machine Y, I have a service running that uses Jencks to allow the persistence of its own data to DB and message sending to machine X to happen in a single transaction. It all works well. I switched

Re: ActiveMQ's default persistance is not transactional for me

2008-07-07 Thread Rob Davies
could you supply a test case ? On 7 Jul 2008, at 19:47, Qwerty777 wrote: Hello, I currently have ActiveMQ with MySQL for message persistence installed on machine X. On machine Y, I have a service running that uses Jencks to allow the persistence of its own data to DB and message sending

Re: ActiveMQ's default persistance is not transactional for me

2008-07-07 Thread Qwerty777
You mean, describe what I do that causes this? Or the specific code/files that does this? I can describe the scenario for sure, tho I cannot do the latter. 1. Service X will store data into DB, and will send a message to ActiveMQ. 2. ActiveMQ on machine Y receives the message, and processes it,