Transport broker = this.getServiceBroker(serviceName);
if (broker == null)
throw new IOException("no broker to handle this service "
+ serviceName);
broker.unsubscribeUser(client, pub);
}
/**
* Notify client that posting service messages is disallowed.
* @param client Client who is trying to post.