Hi,
I am having some difficulty to send Http URL appended parameters from ESB to Active MQ queue.
In my use case i have to send messages from http call to jms queues passing through ESB and
if needed send back response in some cases.
I have gone through sample 250 but getting some problems can anybody let me provide the steps
that i should follow for the flow http call(url message parameters) ->ESB->ActiveMQ(queues).
Is there a requirement to create custom mediator for it?
Thanks,
Akhtar
I think you can do this. Just
I think you can do this. Just get the url query parameters from the To property ( get-Property('To')) and add them to the message body using enrich mediator. This should place the url query parameter in the JMS message and finally in the JMS queue.
Rajika
Hi Rajika,
Thanks for your reply, where can i found one example of enrich mediator?
http://wso2.org/project/esb/j
http://wso2.org/project/esb/java/3.0.0/docs/mediators/enrich.html
Rajika