| int.class.getName(),
long.class.getName()});
} catch(Exception exception)
{
LOGGER.error(Messages.QMAN_100017_UNABLE_TO_CONNECT,host,port);
throw new UnableToConnectWithBrokerFault(
getResource().getEndpointReference(),
host,
port,
username,
virtualHost,
|