5 Replies Latest reply on Apr 10, 2014 4:43 PM by kcbabo

    Setting JMS Message properties in SY JMS Reference

    anikulin

      Hi guys

       

      Can you help me please if it is possible to set properties and JMSType for outcoming JMS messages when I use SY JMS Reference?

      In Java it looks like this:

        message.setJMSType(jmsType);
        message.setStringProperty(propertyName, properties.get(propertyName));
      

      Can i do the same using SY JMS Binding?

       

      Thanks, Anton