3 Replies Latest reply on Oct 1, 2008 8:45 AM by marklittle

    Message redelivery and transports...

    noelo

      Just a question regarding message redelivery over different transports.

      Consider the scenario where you have multiple instances of the same service running on different machines in a cluster.
      Each instance is configured to use a different transport i.e JMS, FTP, SQL....
      If a client invokes the service using a async call and the service instance chosen is using the FTP transport but there is a problem with FTP, will the message be immediately written to the DLQ (assuming its configured), or will other services instances be tried first.

      Also if the message is put on the DLQ, when the retry happens, is the initial call re-attempted or is a new service endpoint chosen ?

      thanks for your help...
      regards
      Noel