[Dev] Set a property to the output message in WSO2 CEP

2013-11-21 Thread Udara Liyanage
Hi, Is $subject possible. I want to send the following message + a property to the message so from the receiving end we can get the property. Example output formater : {average_total_memory[image: :{] member_id:{{member_id}},average_total_memory:{{average_total_memory -- Udara Liyanage

Re: [Dev] Set a property to the output message in WSO2 CEP

2013-11-21 Thread Mohanadarshan Vivekanandalingam
Hi Udara, If your object is a valid json then it is possible to do... I think above one is valid json then it is possible... Regards, Mohan On Thu, Nov 21, 2013 at 2:16 PM, Udara Liyanage ud...@wso2.com wrote: Hi, Is $subject possible. I want to send the following message + a property to

Re: [Dev] Set a property to the output message in WSO2 CEP

2013-11-21 Thread Udara Liyanage
Yes Mohan, We are sending a json message. How do we set the properties. On Thu, Nov 21, 2013 at 3:53 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Udara, If your object is a valid json then it is possible to do... I think above one is valid json then it is possible...

Re: [Dev] Set a property to the output message in WSO2 CEP

2013-11-21 Thread Mohanadarshan Vivekanandalingam
Please see the doc : http://docs.wso2.org/display/CEP300/JSON+Event+Formatter , It gives answer for your query.. Regards, Mohan On Thu, Nov 21, 2013 at 2:27 PM, Udara Liyanage ud...@wso2.com wrote: Yes Mohan, We are sending a json message. How do we set the properties. On Thu, Nov 21,

Re: [Dev] Set a property to the output message in WSO2 CEP

2013-11-21 Thread Udara Liyanage
Hi Mohan, I want to know how to set JMS header properties when CEP sends message to a JMS topoc. On Thu, Nov 21, 2013 at 4:00 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Please see the doc : http://docs.wso2.org/display/CEP300/JSON+Event+Formatter , It gives answer for your

Re: [Dev] Set a property to the output message in WSO2 CEP

2013-11-21 Thread Mohanadarshan Vivekanandalingam
Hi Udara, At the moment, there is no any ability to set jms headers by users, but if really need and if it is a critical feature then you can patch the output jms event adaptor component which is in the below link -

Re: [Dev] Set a property to the output message in WSO2 CEP

2013-11-21 Thread Udara Liyanage
Thanks Mohan. On Thu, Nov 21, 2013 at 4:22 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Udara, At the moment, there is no any ability to set jms headers by users, but if really need and if it is a critical feature then you can patch the output jms event adaptor component