IBMStreams com.ibm.streamsx.jms Toolkit > com.ibm.streamsx.jms 2.0.0 > Migration Guide
If you have been using an older version of the JMS toolkit the following information will help you to migrate to the newer version.
jmsHeaderProperties : "propertyName1/streamsAttributeName1/typeSpecifier1,propertyName2/streamsAttributeName2/typeSpecifier2,..." ;Change it into this format:
jmsHeaderProperties : "propertyName1/streamsAttributeName1/typeSpecifier1","propertyName2/streamsAttributeName2/typeSpecifier2","..." ;