8 Replies Latest reply on Mar 24, 2008 1:58 PM by marklittle

    Calling in/through ESB without Messaging

    bernd.koecke

      Hello,

      is it possible to call a service without using message queues? Some colleagues of mine are using ServiceMix and want to migrate to JBossESB. They told me, that it is possible in ServiceMix to call it directly with a normal method-call without any message queues involved. They use it to lower the latency. I know this is not the typical use case for an ESB and that a well configured messaging is expected to add only little latency. But it would help them with the migration when the calling implementation changes as little as possible.

      I found only the listener for messaging, scheduler with polling the filesystem etc. But these listeners always generate messages and send them to the service.

      Thanks a lot,
      Bernd