WebSphere Message Service Client for C/C++, Version 2.0.2 Operating Systems: AIX, Linux, Solaris, Windows

XMSC_WMQ_WILDCARD_FORMAT

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.

Reference topic

Terms of Use | Rate this page

Last updated: 24 May 2011

(C) Copyright IBM Corporation 2005, 2011. All Rights Reserved.