Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Opinions on Request Handler Advice as an error handler

  1. #11
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,017

    Default

    That comment simply says that you could previously add some kind of Advice (including retry) on a <poller/> but there was no way to advise a single component - that's what the new 2.2 feature is (the ability to add an advice to JUST an endpoint). In addition, we happened to supply some "standard" advices that we felt might be useful in such a situation (retry, circuit breaker, expression evaluatiing).

    We had never provided any 'standard' Advice classes (besides the transaction interceptor) for use on a poller - it was (and still is) there to allow users to roll their own advice, and apply it to the entire flow.

    If you would like to see a set of supplied advices for that context, open a New Feature JIRA (or even better - contribute them!)
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  2. #12
    Join Date
    Jul 2012
    Location
    Denver metro
    Posts
    18

    Default

    Thanks, Gary! Once again you've set me on the proper path. Spring-Int team FTW!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •