WILDCARDFORMAT

This property determines which version of wildcard syntax is to be used.


Applicable Objects

ConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XATopicConnectionFactory

JMS administration tool long name: WILDCARDFORMAT

JMS administration tool short name: WCFMT


Programmatic access

Setters/getters

  • MQConnectionFactory.setWildCardFormat()
  • MQConnectionFactory.getWildCardFormat()


Values

    TOPIC_ONLY
    Recognizes topic level wildcards only, as used in broker version 2. This is the default value for administrative tools.
    For programs, use WMQConstants.WMQ_WILDCARD_TOPIC_ONLY.

    CHAR_ONLY
    Recognizes character wildcards only, as used in broker version 1.
    For programs, use WMQConstants.WMQ_WILDCARD_CHAR_ONLY.