Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. Spring Integration provides the ability to catch exceptions and send them to an error channel of your choosing. By default, it's a global channel called :-
  2. A.
    error
    B.
    exceptionChannel
    C.
    exception
    D.
    errorChannel

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    You can have components subscribe to messages from this channel to override the exception handling behavior.


Be The First To Comment