public void execute(final WorkerContext workerContext) {
final MessagingClient client = createClient();
try {
LOGGER.debug("Starting {}.", displayName);
WorkerProcessContext context = new WorkerProcessContext() {
public ObjectConnection getServerConnection() {
return client.getConnection();
}
public ClassLoader getApplicationClassLoader() {