ContributionsMost RecentMost LikesSolutionsRe: Re: Set JMS header properties with Groovy I did upvote on that feature request. Actually, I 'm looking for help to tweak "submit before" event. Any code snippet will be helpful. Re: Re: Set JMS header properties with Groovy Yes Re: Re: Set JMS header properties with Groovy Yes. That's what I tried first and it was not working. I saw a feature request regarding JMS header data type on following thread https://community.smartbear.com/t5/Ready-API-Feature-Requests/JMS-message-properties-should-support-the-Other-types-besides/idc-p/130141#M245 Please see below header details from HermesJMS (toString tab) Thanks, Dilish Re: Re: Set JMS header properties with Groovy Thanks for your reply Rao! That makes sense. I'm currently setting it using the JMS header property but it is being passed as a string instead of boolean. Our TIBCO process is expecting a boolean value. :( I was looking for an option to override existing JMS Header before making the request using the event handler. Re: Set JMS header properties with Groovy I'm using Ready API to post a JMS message using HermesJMS into our TIBCO EMS queue. I'm not using groovy to post the messages. I have one JMS custom property need to passed in as boolean. Currently the key value pair list supports only string. I would like to do this using custom event handler. I saw Rao's post which has a "setMessageProperties" how can I get the "TextMessage" object from the context or the request object ? Any help would be highly appreciated! -Dilish Re: JMS message properties should support the Other types besides String. Is there any workaround for this? We are having a custom boolean property which is ignored by TIBCO process due to the wrong type (string) instead of boolean.