[jboss-dev-forums] [Design of JBoss ESB] - Re: Failover MessageRedelivery

beve do-not-reply at jboss.com
Mon Sep 10 07:24:28 EDT 2007


anonymous wrote : Why don't you use transacted JMS sessions
Well, we also have the use case when it does not make sense to redeliver the message, like when a transformation or validation fails. The redelivery service can be configured with a retry count which we could then take advantage of. This is not an optimal solution as we will still be trying to redeliver/re-execute a message that we know will fail.

While we are on the subject of transacted JMS Sessions, we are using the JMSGatewayListener and as far as I can see these JMSSessions are created without transactions and AUTO_ACKNOWLEDGE. But there is a JIRA (http://jira.jboss.com/jira/browse/JBESB-439), which I'm sure you know:)
Lets say we make this configurable so that the JMSGatewayListener's sessions are transacted, and also make the ack mode be configurable. 
How do we commit the transaction upon sucessfully completing the action pipeline? 

Thanks,

Daniel


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

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



More information about the jboss-dev-forums mailing list