Michal Sankot - 2003-07-29

Heya,
I'd like to ask how to wrap transaction around 3 queues of 2 different vendors.

Queues I have are OpenJMS: InboundQ,InboundAckQ and JBoss MQ: ProcessQ.

I have a listaner on InboundQ which takes incomming message, rewrites its contents in JBoss message which it drops in ProcessQ and sends result message in InboundAckQ. I'd like it all to be in one transaction.

can I use Tyrex for it ? If so, how ?

Thanks
Michal

p.s. both OpenJMS and JBoss implement XA interfaces, if it helps.