[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Branch 1_0_XARecovery
timfox
do-not-reply at jboss.com
Fri Dec 8 09:14:42 EST 2006
"juha at jboss.org" wrote :
| What your post is missing is the part that will get me the channel(s) for the transaction. This is currently implemented as returning a single channel ID which is wrong. So that's what I'm looking at.
|
You can add the channel_id to the selected colums when you retrieve the acks/adds:
select channel_id, message_id from jms_message_reference where transaction_id=? and state ="+"
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992256#3992256
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992256
More information about the jboss-dev-forums
mailing list