阅读背景:

Java消息驱动Bean(MDB)同时发生数据库更新问题

来源:互联网 

I have a java batch process which publishes message processing to MQ. MDB associated with the queue processes the message. Each message will have 10 records. I need to update a database table to keep track of the records processed, successful and failures. There will be only one row in table for each batch run. So the problem is that since multiple instances of MDB are trying to update, we are facing concurrency issues. We tried with row-level locking as well. But the issue still exists.I have a java batch process which publishes mes




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: