Hi,

What I want to do is to update a table in a database and at the same time post 
a message in a message queue. "At the same time" means in the same 
transaction : I must be able to commit both operations or rollback both 
operations.

As far as I know, what I need is a transaction manager that communicates with 
a message queue resource manager and a database resource manager, the 
communication protocol being XA (?).

My database is MySQL 3.23.x. I use InnoDB tables.

My message queue is SunOne Message Queue 3.0 platform edition, which supports 
XA.

The OS is Redhat 7.3. The development language is Java.

Does MySQL support XA ? The Connector/J driver has a package for this, but a 
few googled news indicate it does not really work. I also read articles about 
TYREX and JBOSS, but nothing is really convincing.

More generally speaking, how can I cope with my problem ?

Thanks in advance for any help.


                                                                Loïc QUERAN

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to