I want to try a use case using WSO2 in which a message sent to a queue is sent to a sequence of queues.
Currently I am using proxyname as the inbound queue and send mediator finally sends to queue 'ONE'. now If want to send the message from queue ONE to queue TWO, I had to create another proxy.
Is it possible to create a proxy which takes the message from Queue One -> queue Two -> Queue Three -> Queue Four. All using a single WSO2 proxy service.
In terms of webservice chaining, I can use callout mediator. What suggestion I have in terms of JMS queues ?
Regards Guru @gnanagurus