User development,

A new message was posted in the thread "Jms transactions with jboss messaging 
1.4":

http://community.jboss.org/message/525424#525424

Author  : Alexandre Mercier
Profile : http://community.jboss.org/people/AlexandreM.

Message:
--------------------------------------------------------------
Hi,
 
I'm using jboss messaging 1.4SP3 connected to a postgres 8.3 database.
I'm trying to send a lot of messages in the same jms transaction.
I'm getting "outofmemory" problem when doing "jms commit". Jboss messaging 
inserts all messages in the database when doing jms commit.
Jboss messaging "jbm_msg_ref" database table contains "transaction_id" 
attribute. Is there a way to use database support for jms transaction? I mean, 
is there a way that jboss inserts messages one by one in database, then 
"global" commit using "transaction_id" (instead of keeping everything in memory 
and sending to DB in the end) ?
 
Thanks a lot.

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/525424#525424


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to