if (Log.isWarn())
Log.getLogger(JMSSelector.LOG_CATEGORY).warn("Client: " + clientId + " already subscribed to: " + destination.getId() + " selector: " + selector + " subtopic: " + subtopicString);
}
else
{
client.addSubscription(selector, subtopicString);
synchronized (this)
{
/*
* Make sure other members of the cluster know that we are subscribed to
* this info if we are in server-to-server mode