{
bind.route(new ServerMessageImpl(i, 100), new RoutingContextImpl(new FakeTransaction()));
}
else
{
bind.redistribute(new ServerMessageImpl(i, 100), queue, new RoutingContextImpl(new FakeTransaction()));
}
}
}
class FakeTransaction implements Transaction