3 Replies Latest reply on May 23, 2007 6:06 AM by marklittle

    Focus with the message

    kokos

      We have 5 components. Components logic: comp0->comp1->comp2->comp3-=comp2-=comp1->comp4-=comp1-=comp0.
      -> send message;
      -= reply message.

      a)
      1 Start server
      2 wait 5 mins
      3 Execute components
      4 result Ok
      5 wait 5 mins
      6 Execute components
      7 result Ok.

      b)
      1 Start server
      2 wait 5 mins
      3 Execute components
      4 result Ok
      5 DON"T WAIT
      6 Execute components
      7 result Fail!

      c)
      1 Start server
      2 DON"T WAIT
      3 Execute components
      4 result Fail!
      5 DON"T WAIT or wait
      6 Execute components
      7 result Fail!

      in log file:
      b), c)
      process flow:
      comp0->comp1->comp2->comp3??comp3
      OR
      comp0->comp1->comp2->comp3-=comp2-=comp1->comp4??comp4.

      The component sends the reply message and receives it!
      Somebody can tell what is it?

      WinXpPro, JBoss 4.0.5GA, ESB4.2MR1

        • 1. Re: Focus with the message
          burrsutter

          I'm sorry but I'm not really sure what you are asking for. Can you give us some narrative on what you are trying to achieve? I assume "comp" means action, right?

          • 2. Re: Focus with the message
            kokos

            Ok.

            "Comp" means action except for "comp0", it means a servlet . We try to get a chain of messages. The beginning from a servlet which are passing through all components and coming back to a servlet.

            • 3. Re: Focus with the message
              marklittle

              This is starting to make a bit of sense, but it's still very information-sparse. As Burr asked, can you add some text explaining what you are doing and why you think there are problems. I'm afraid we simply don't have time to try to interpret what is little more than pseudo-code at this stage. Thanks.