MAPNAMESTYLE
Allows compatibility style to be used for MapMessage element names.
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: MAPNAMESTYLE
JMS administration tool short name: MNST
Programmatic access
Setters/getters
- MQConnectionFactory.setMapNameStyle()
- MQConnectionFactory.getMapNameStyle()
Values
- STANDARD
- The standard com.ibm.jms.JMSMapMessage element naming format is to be used. This is the default value and allows non-legal Java identifiers to be used as the element name.
- COMPATIBLE
- The older com.ibm.jms.JMSMapMessage element naming format is to be used. Only legal Java identifiers can be used as the element name. This is needed only if map messages are being sent to an application that is using a version of IBM MQ classes for JMS earlier than Version 5.3.
Parent topic: Properties of IBM MQ classes for JMS objects