[jboss-user] [Beginner's Corner] - Re: jboss Message queue

Wolf-Dieter Fink do-not-reply at jboss.com
Tue Nov 16 08:14:09 EST 2010


Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the discussion

"Re: jboss Message queue"

To view the discussion, visit: http://community.jboss.org/message/571358#571358

--------------------------------------------------------------
This looks similar to the optimistic locking algorythm of the EJB2 cmp persistence manager.
There all updates with OLock will have a version column and the update is e.g. 'UPDATE .... set ol_version=2 WHERE ol_version=1'
and if a concurrent process has updated before a message like yours occor.
So is the behaviour sporadicaly?
To get mor information you should active log level TRACE for 'org.jboss.mq.pm.jdbc2'.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/571358#571358]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101116/2fa627d1/attachment.html 


More information about the jboss-user mailing list