[jboss-user] [JBoss Messaging] - Re: MQ migration help
tnine
do-not-reply at jboss.com
Thu Apr 17 17:30:03 EDT 2008
I've used this doc on jars required by the client.
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP3/html/installation.html#inst.remoteclient
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#4145001
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145001
More information about the jboss-user
mailing list