Title: MQSeries and MessageDriveBeans

I have finally manage to integrate MQSeries and JBoss so that MQSeries can drive my MDB's.
So far I can only do this if I specify <xa-connection>false</xa-connection> in my jboss.xml.
I don't get any errors if I don't turn off XA, but no messages are delivered and I get problems if I try to redeploy the application. The OpenInputCount in the MQSeries Console goes from 0 to 1.

Has anyone manage to get this working with a XAConnection?

Without XA the messages gets deliverd fine, but OpenInputCount increases by 1 for each message that the server consumes. Not sure if this OK or if I need to close some connection.

Odd-Rune

Reply via email to