* Create the ReceiveSubscriber client for the sampler.
* @throws NamingException
* @throws JMSException
*/
private void initReceiveClient() throws NamingException, JMSException {
SUBSCRIBER = new ReceiveSubscriber(getUseJNDIPropertiesAsBoolean(),
getJNDIInitialContextFactory(), getProviderUrl(), getConnectionFactory(), getDestination(),
getDurableSubscriptionId(), getClientId(), getJmsSelector(), isUseAuth(), getUsername(), getPassword());
setupSeparator();
log.debug("SubscriberSampler.initReceiveClient called");
}