try {
subscription.start();
} catch (JMSException e) {
throw new RuntimeException(e.getMessage(),e);
}
ResumeSubscriptionResponseDocument response = ResumeSubscriptionResponseDocument.Factory.newInstance();
response.addNewResumeSubscriptionResponse();
return response;
}