Good morning, I am currently managing a queue jms [wso2] message broker. I have a java client who sends a message in the queue and a java ServletContextListener which activates every time a message is being delivered. And everything works ok. My bosses have asked me now if it was possible that once the message arrives in the queue, it automatically makes a call to a service. I was reading something like [wso2] ESB Message Processor. My questions are:
1) Is it possible to do such a thing without using [wso2] ESB? but only [wso2] message Broker. If you have some ideas.
2) at this point [wso2] ESB would be a consumer and a call from them?
3) If someone can give me an example of how to handle the ESB once the message ne [wso2] Message Broker has arrived.
Thanks in advance