handleException("Error starting the connecting IO reactor", e);
}
ConnectCallback connectCallback = new ConnectCallback();
// manage target connections
TargetConnections targetConnections =
new TargetConnections(ioReactor, targetConfiguration, connectCallback);
targetConfiguration.setConnections(targetConnections);
// create the delivery agent to hand over messages
deliveryAgent = new DeliveryAgent(targetConfiguration, targetConnections);
// we need to set the delivery agent