Let's suppose I have a deployed ESB service, I want to call it from my web browser, I can configure a TCP acceptor but to receive the output on my browser, what do I do?
Thanks,
Alberto
Use a Http Router
what is a Http router?
Can you send a JMS message to your ESB service entry endpoint?
Yes, if the ESB process has an entry point defined and is deployed in a running container then a process can be invoked. If you are expecting a response then you will have to ensure that the exit endpoint is set to REPLY_TO and you have to remember that the response may have extra parts
Invoking the service from a browser can be done by configuring an HTTP acceptor and where the URL will map to the entry endpoint of the ESB Process. Note I would never expose a service directly. I would create an ESB Process that wraps the service and expose that.