this.msgCount = 1;
this.pollSync = pollSync;
this.pollAsync = pollAsync;
try {
this.sender =
new XcpSender(java.net.InetAddress.getByName(hostname), port);
} catch(java.net.UnknownHostException ex) {
throw new JMSException("unknown host:" + hostname);
}
}