SimpleReceiver receiver4 = new SimpleReceiver("blah", SimpleReceiver.ACCEPTING);
queue4.getLocalDistributor().add(receiver4);
Message msg1 = CoreMessageFactory.createCoreMessage(1, true, null);
MessageReference ref1 = ms.reference(msg1);
boolean routed = office1.route(ref1, new SimpleCondition("condition1"), null);
assertTrue(routed);
Message msg2 = CoreMessageFactory.createCoreMessage(2, true, null);
MessageReference ref2 = ms.reference(msg2);
routed = office1.route(ref2, new SimpleCondition("condition1"), null);