XSLTSender : can it set JMS message properties ?
edited Mar 24, 2010 10:08PM in Order and Service Management (Communications Industry) (MOSC) 3 commentsAnswered ✓
Hi
Can an XSLTSender automator set some properties on the JMS message that is sent by the XSLTSender ?
I want to set a string property "productName="somename"" on the JMS message that is sent to the external system, so that the message bean on the external system can use a message selector to process only messages with "productName="somename"".
Is there something in the java api I can call from the XSLT transformation to set JMS message properties ?
I use the XSLT to construct the message body that is set on the JMS message.
Reading the javadoc for com.mslv.oms.automation.plugin.XSLTSender, I cannot see any method for this.
Can an XSLTSender automator set some properties on the JMS message that is sent by the XSLTSender ?
I want to set a string property "productName="somename"" on the JMS message that is sent to the external system, so that the message bean on the external system can use a message selector to process only messages with "productName="somename"".
Is there something in the java api I can call from the XSLT transformation to set JMS message properties ?
I use the XSLT to construct the message body that is set on the JMS message.
Reading the javadoc for com.mslv.oms.automation.plugin.XSLTSender, I cannot see any method for this.
0