0 Replies Latest reply on Dec 9, 2010 6:19 AM by rosdi

    Messages is received by wrong services.

    rosdi

      I have several services configured in jboss-esb.xml, when I send message to one of the service, my message will be received by _any_ one of the configured services (even though the message is not meant for that service)!

       

      If I send the same message again, another service will process that message (in round-robin maner), it is not random, it is like each service takes turn to intercept the message.

       

      Example, if I have 3 services configured. First time I send a message, Service 1 will receive it, second time I send a message, Service 2 will receive it, third time I send the message, Service 3 will receive it. Fourth time I send it, Service 1 will receive it and the cycle repeat..