517518519520521522523524525526527
if(queues == null || queues.isEmpty()) { Exchange altExchange = getAlternateExchange(); if(altExchange != null) { return altExchange.send(message, routingAddress, instanceProperties, txn, postEnqueueAction); } else { return 0; }