103104105106107108109110111112113
{ throw body.getChannelException(AMQConstant.NOT_FOUND,"No such binding"); } else { exch.removeBinding(String.valueOf(routingKey), queue, FieldTable.convertToMap(body.getArguments())); } if (_log.isInfoEnabled()) {
10211022102310241025102610271028102910301031
} else { try { exchange.removeBinding(method.getBindingKey(), queue, null); } catch (AMQException e) { exception(session, method, e, "Cannot remove binding '" + method.getBindingKey()); }
105106107108109110111112113114115
10191020102110221023102410251026102710281029