CCDTURL
A Uniform Resource Locator (URL) that identifies the name and location of the file containing the client channel definition table and specifies how the file can be accessed.
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: CCDTURL
JMS administration tool short name: CCDT
Programmatic access
Setters/getters
- MQConnectionFactory.setCCDTURL()
- MQConnectionFactory.getCCDTURL()
Values
- null
- This is the default value.
- A Uniform Resource Locator (URL)
Note: From
IBM® MQ 10.0.0, you can add your customized SSLSocketFactory
settings with the WMQ_CCDT_SSL_SOCKET_FACTORY property, allowing applications
to manage HTTPS connection security and certificate validation through their own implementation. If
a client application provides the WMQ_CCDT_SSL_SOCKET_FACTORY property, then the
CCDTURL property becomes mandatory and, if it is missing, an error message is
returned to the client application. For more information, see Supplying a customized SSLSocketFactory in IBM MQ classes for JMS/Jakarta Messaging.