Results 1 to 2 of 2

Thread: error-handler in message endpoint

  1. #1

    Default error-handler in message endpoint

    Hi,

    The Spring Integration Milestone 6 changelog states:

    'The "error-handler" attribute is available for XML-based Message Endpoint configuration'

    If this attribute is set for a certain service-activator let's say, does this override the error handling of the message bus, i.e. the exception from this endpoint is no more sent to the error channel?

    Thanks,
    Marwan

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    Yes, you can provide an ErrorHandler reference if you want to handle the Exceptions directly rather than having them published to the errorChannel.

Posting Permissions

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