Hi In transacted mode you can *only* set a constant delay that Camel basically does a Thread.sleep(). All the other stuff is to be configured by the real backing system (that is responsible for the TX). Camel can *not* alter or change this behavior. So we only offer a simple fixed delay. We encourage end-users to configure the backing system. As it's the backing system doing the real re-delivery then Camel can not influence this, and the old behavior with more settings was plain wrong (= not possible to use anyway).
See bottom of this wiki: http://activemq.apache.org/camel/transactional-client.html Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: torry [mailto:[EMAIL PROTECTED] Sent: 21. oktober 2008 10:12 To: [email protected] Subject: How can set redelivery times in TransactionErrorHandlerBuilder. Hi, I noticed that Camel 1.5 snapshot use DelayPolicy replaced RedeliveryPolicy. Then now, how can set the old RedeliveryPolicy's configuration using DelayPolicy, or the replace work has not completed yet. thanks. - torry -- View this message in context: http://www.nabble.com/How-can-set-redelivery-times-in-TransactionErrorHandlerBuilder.-tp20085441s22882p20085441.html Sent from the Camel - Users mailing list archive at Nabble.com.
