activationSpec.setId("jbiSender");
activationSpec.setService(new QName("serviceNamespace", "serviceA"));
activationSpec.setEndpoint("endpointA");
// lets setup the sender to talk directly to camel
senderComponent.setResolver(new URIResolver("camel:queue:receiver"));
activationSpec.setComponent(senderComponent);
activationSpecList.add(activationSpec);
}