protected JBIContainer container;
protected OutBinding out;
protected ServiceMixClient client;
protected void setUp() throws Exception {
container = new JBIContainer();
container.init();
container.start();
out = new OutBinding() {
protected void process(MessageExchange exchange, NormalizedMessage message) throws MessagingException {
System.out.println("Received: " + message);