logger.info("I'm the " + getProducerName() + " JMS Point 2 Point Producer");
if (getProducerId(null) == null) {
try {
logger.debug("Getting a ProducerId object...");
setProducerId(new ProducerId(getProducerIdUrl()));
logger.debug("Producer id is " + getProducerId(null).getId());
}
catch (IOException ioe) {
logger.fatal(ioe.getMessage(), ioe);
throw new JMSException(ioe.getMessage());