[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Moving Messages Twice and LargeMessage links

clebert.suconic@jboss.com do-not-reply at jboss.com
Tue Jul 21 11:00:41 EDT 2009


I' m just using the property _JBM_ORIG_MESSAGE_ID to refer to the original message. I' m adding a linked message property on LargeMessage, and I' m keeping a reference count on the linkedMessage. When the message reference count is 0, I just remove a reference counting from the linked message.

With the current implementation I have a problem when the message is moved for the second time, as the property won't reference to the original message any more.


Because of that, if a message is moved again, I' m referring to the first original messageID. I just wanted to know if this would be ok or not?

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245021#4245021

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245021



More information about the jboss-dev-forums mailing list