Routing scenarios

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Routing scenarios

  • Creator
    Topic
  • #54441
    David Coffey
    Participant

      Suppose I have three threads.   #1 is an inbound thread which takes a TCP/IP connection from a remote system.  Within #1 is a route to thread #2.  Thread #2 does some reformatting/filtering etc… (All our work is in TCL, we do not use Xlates etc)   Then thread #2 has a route to thread #3.  Thread #3 then has a TCP/IP connection with a remote system.  

      How would I configure thread #2?  Thread #2 does not have a TCP/IP connection with any thread but is the target of a route and then routes to another thread.

    Viewing 5 reply threads
    • Author
      Replies
      • #81482
        Jim Kosloskey
        Participant

          David,

          If on CL 6.0.0 or later (maybe even 5.8.5 I just don’t know about that) you can use dynamic routing on thread one Route and potentialy dispose of Thread 2 all together.

          However, in the scenario you presennt how about doing an OVER on the message in Thread 2 so it is now on the inbound side of that thread then just route the OVER’d message to Thread 3?

          email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.

        • #81483
          David Coffey
          Participant

            We are on 5.8.5.

            I will have to test the OVER in thread 2…..

          • #81484
            Yves Guerin
            Participant

              Dear,

              From what I uderstand I will doing this way, may be not the best one but more easy to support and to see from the NetConfig display what happens:

              thread #1

              connexionIn –> tcl –> connexionOut …..> tcp/ip to thread2-connexionIn

              thread #2

              connexionIn –> (do what you want) –> connexionOut …> tcp/ip

              The dynamic routing is great but for the support is more difficult to see what going on in case of trouble.

              Regards,

              Yves

            • #81485
              Ronald Ortiz
              Participant

                David Coffey wrote:

                Suppose I have three threads.

              • #81486
                Steve Williams
                Participant

                  There are several ways to accomplish the task building tiered routes, each has their virtues. This is what deploying this methodology (tpsRedirect) looks like in the engine.

                • #81487
                  Ronald Ortiz
                  Participant

                    Steve Williams wrote:

                    There are several ways to accomplish the task building tiered routes, each has their virtues. This is what deploying this methodology (tpsRedirect) looks like in the engine.

                    Hey Steve, nice screenshot  ðŸ˜€

                Viewing 5 reply threads
                • The forum ‘Cloverleaf’ is closed to new topics and replies.