1 Reply Latest reply on Jun 22, 2007 4:42 AM by marklittle

    How to avoid unnecessary service registry calls in esb routi

    jumanji

      Hello again!

      I have 2 services and routing between them.
      I see that every time when esb wants to route message it calls to the Service Registry (jUDDI with RMI or local interface).

      But I know exactly service providers and their parameters.
      Route info is STATIC and I don't need Service Registry calls.

      I think this is potential bottleneck cause ESB profiling shows 20 % CPU consuming on it.
      I'm going crazy thinking of making RMI call every time message is routed between 2 services.

      Can I avoid unnecessary calling Service Registry?