if (topicLocalString == null || topicLocalString.length() == 0) {
topicLocalString = WsmgCommonConstants.WILDCARD_TOPIC;
}
// Create SubscriptionState Object
SubscriptionState state = new SubscriptionState(consumerReference, useNotify, wsrmEnabled, topicLocalString,
xpathString, "wsnt", outgoingQueue);
state.setNeverExpire(neverExpire); // default false
return state;
}