I've used this doc on jars required by the client.
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/...
as I said earlier, I can't use jbossall-client.jar. I need the individual jars that
have the same classes, but without the hibernate dependencies as this causes version
errors with my data access module.
As far as the transactions, I'm committing each message in its own XA transaction.
Its queued, and the audit record is written to the db. I can see the data in the db when
I query, so I know my transaction is committed with each queue operation. Is it possible
I have too many open connections, which is why the client crashes?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145001#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...