I would like to know if there is a possibility to force JBoss to persist messages sent to
queue immediately. Currently in single transaction i send some about 600 000 messages (i
can't change it because its my project nature) and I have great problem with RAM
memory because queue during sending messages does not persist them but keep them in memory
waiting for transaction commit. with the amount of messages I send JBoss takes all RAM
available and i slows down a lot.
Is there a way to force JBoss messaging to save messages in database immediately and not
keep them in memory waiting or commit. Of course I would like to have rollback
functionality.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255220#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...