if (bindings != null)
{
RoutingContext context = new RoutingContextImpl(tx);
boolean routed = bindings.redistribute(copyRedistribute, originatingQueue, context);
if (routed)
{
return new Pair<RoutingContext, ServerMessage> (context, copyRedistribute);
}