} else if (format.getName().equals(EventingConstants.DELIVERY_FORMAT_UNWRAPPED)) {
LOG.info("[subscription=" + ticket.getUuid() + "] Wrapped delivery format was NOT requested.");
ticket.setWrappedDelivery(false);
} else {
LOG.info("[subscription=" + ticket.getUuid() + "] Unknown delivery format: " + format.getName());
throw new DeliveryFormatRequestedUnavailable();
}
}