115116117118119120121122123
subscription.close(); } catch (JMSException e) { throw new RuntimeException(e.getMessage(),e); } DestroyResponseDocument response = DestroyResponseDocument.Factory.newInstance(); response.addNewDestroyResponse(); return response; }