if (event.getFlowConstruct() instanceof Service)
{
ServiceStatistics stats = ((Service) event.getFlowConstruct()).getStatistics();
if (stats.isEnabled())
{
stats.incSentReplyToEvent();
}
}
final ImmutableEndpoint endpoint = event.getEndpoint();
if (ttlString == null && priorityString == null && persistentDeliveryString == null)