throw new RuntimeException("Failed to set properties on the JMS Message to JMS " + destType + " '" + destName + "': " + e.getMessage());
}
}
try {
courier.deliver(jmsMessage);
} catch (CourierException e) {
throw new RuntimeException("Failed to deliver JMS Message to JMS " + destType + " '" + destName + "': " + e.getMessage());
}
} finally {
courier.cleanup();