public void testClusteredInOut() throws Exception {
QName service = new QName("http://org.echo", "echo");
MyEchoComponent echoComponent = new MyEchoComponent();
echoComponent.setService(service);
echoComponent.setEndpoint("echo");
ActivationSpec activationSpec = new ActivationSpec("echo", echoComponent);
activationSpec.setService(service);
receiverContainer.activateComponent(activationSpec);
DefaultServiceMixClient client = new DefaultServiceMixClient(senderContainer);
for (int i = 0; i < 10; i++) {
InOut inOut = client.createInOutExchange(service, null, null);
NormalizedMessage inMessage = inOut.createMessage();