Hi Kurt,
thx for the quick response!
This is how we would like to use this (if it's possible).
We have an action pipeline that has 3 actions:
1. Validate xml
2. Post to WebService
3. Update database
Now, if the validation fails (step 1) we can set the FaultTo to let the calling system
know somethings wrong.
If the posting to the WebService fails for some reason (step 2) it make sense to try to
redeliver at a later time.
We would like to be able to have different scheduling intervals for different action
pipelines and thought that step 2's exception handler would add the message to the
MessageStore with a classification specific to that action pipeline. Then we would specify
the redelivery service in the same jboss-esb.xml and use the classification property to
specify which messages this redelivery service should care about.
Is this a valid way to use the redelivery service?
Thanks,
Daniel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074331#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...