public void close() throws JMSException {
   if (trace) log.trace("close " + this);
   try {
     closeProducer();
   } finally {
     session.removeProducer(this);
   }
 }