0 Replies Latest reply on Aug 16, 2010 10:01 PM by jdefe

    How to redirect to a service after an exception

    jdefe

      Hi, im new at the forum and JBoss ESB so please be patient.

       

      My intention is to have a service directory of equivalent services and call one service after the other if the first fails.

      Something like this

       

      User calls ESB Service

      ESB calls first Service in directory

      Service fails (throws an exception)

      ESB calls next Service in directory

      Service fails (throws an exception)

      .... so on until one succeeds or there are no more services in the directory

      ESB calls next Service in directory

      Response Service

       

      I dont know if I made myself clear. I suppose there must be something like this available in ESB.

       

      Im new so any help is appreciated