RouteResult routed = office1.route(ref1, new SimpleCondition("condition1"), null);
assertTrue(routed.getResult());
Message msg2 = CoreMessageFactory.createCoreMessage(2, true, null);
MessageReference ref2 = ms.reference(msg2);
routed = office1.route(ref2, new SimpleCondition("condition1"), null);
assertTrue(routed.getResult());
Message msg3 = CoreMessageFactory.createCoreMessage(3, true, null);
MessageReference ref3 = ms.reference(msg3);
routed = office1.route(ref3, new SimpleCondition("condition1"), null);