166167168169170171172173174175176
return true; } }; // Activate an Endpoint adapter.endpointActivation(messageEndpointFactory, activationSpec); // Give endpoint a chance to setup and register its listeners try { Thread.sleep(1000); } catch (Exception e) {