* @throws JMSException
* @throws NamingException
*
*/
private void initClient() throws JMSException, NamingException {
publisher = new Publisher(getUseJNDIPropertiesAsBoolean(), getJNDIInitialContextFactory(),
getProviderUrl(), getConnectionFactory(), getDestination(), isUseAuth(), getUsername(),
getPassword(), isDestinationStatic(), getUseNonPersistentDelivery());
ClientPool.addClient(publisher);
log.debug("PublisherSampler.initClient called");
}