CCSID
For connection factories, this property specifies the coded character set ID (CCSID) to be used for internal data flows with the queue manager. The CCSID controls how data is encoded in the communication flow to the queue manager for character data types, such as the channel name and queue manager name. As these flows use fixed width data structures, the specified CCSID value must be a single byte character set in order to be able to use the maximum permitted field lengths. For destinations, the property defines the CCSID to be used to encode string data in MapMessages, StreamMessages, and TextMessages put to that destination.
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, Queue, Topic, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: CCSID
JMS administration tool short name: CCS
Programmatic access
Setters/getters
- MQConnectionFactory.setCCSID()
- MQConnectionFactory.getCCSID()
Values
- 819
- The default value for a connection factory.
- 1208
- The default value for a destination.
- Any positive integer