[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: http://jira.jboss.org/jira/browse/JBMESSAGING-808 - Fail
clebert.suconic@jboss.com
do-not-reply at jboss.com
Mon Feb 5 19:11:09 EST 2007
that works (besides the other synchronized case where ACKed already happened).
I'm doing these changes:
- Adding a method on the postOffice, as I didn't want to deal with PM on the ServerConnectionEndpoint neither to expose PM on PostOffice:
boolean messageExists(long messageId) throws Exception;
- On FailoverValveInterceptor, I'm adding a header to the JBossMessage when a failure occurs.
- I will also set a flag on TransactionRequest (protected boolean retry) but I will need to change the wireFormat a little bit to couple with that.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011661#4011661
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011661
More information about the jboss-dev-forums
mailing list