- Data type:
- xmsINT
- Property of:
- ConnectionFactory, Destination
This property
determines which version of wildcard syntax is to be used.
When
using Publish/Subscribe with WebSphere MQ ‘*’ and ‘?’ are treated
as wildcards. Whereas ‘#’ and ‘+’ are treated as wildcards when using
publish subscribe with WebSphere Message Broker. This property replaces
the XMSC_WMQ_BROKER_VERSION property.
The valid values for this
property are:
- XMSC_WMQ_WILDCARD_TOPIC_ONLY
- Recognizes the topic level wildcards only i.e. only ‘#’ and ‘+’
are treated as wildcards. This value is same as XMSC_WMQ_BROKER_V2.
- XMSC_WMQ_WILDCARD_CHAR_ONLY
- Recognizes the character wildcards only i.e. ‘*’ and ‘?’ are treated
as wildcards. This value is same as XMSC_WMQ_BROKER_V1..
By default this property is set to XMSC_WMQ_WILDCARD_TOPIC_ONLY.
Note: This
property is not relevant when doing publish/subscribe using WebSphere
MQ version 6 and below. Instead XMSC_WMQ_BROKER_VERSION property must
be used.