Hi

You should check the ActiveMQ documentation
http://activemq.apache.org/index.html

There is a search input field.
If you enter "redelivery" you can get some hits:
http://activemq.apache.org/redelivery-policy.html

And maybe search/asking on the ActiveMQ user forum would help as well:
http://activemq.apache.org/discussion-forums.html

But I do recall that X months back we had a similar question, so maybe some of 
the camel user forum has topics about this as well.



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: 22. oktober 2008 07:36
To: [email protected]
Subject: RE: How can set redelivery times in TransactionErrorHandlerBuilder.


HI

First of all, thanks to Claus Ibsen for the replay very much. 

I'm a newcomer in Camel and ActiveMQ, even in TX. So can you give me an
example that how to configue the backing system to implement the features
like the old behavior by RedeliveryPolicy.

Thanks any help.

- torry


Claus Ibsen wrote:
> 
> 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.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-can-set-redelivery-times-in-TransactionErrorHandlerBuilder.-tp20085441s22882p20104272.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to