}
@Override
protected MessageReceiver createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint) throws Exception
{
AjaxMessageReceiver receiver = (AjaxMessageReceiver) super.createReceiver(flowConstruct, endpoint);
//The Bayeux object will be null of the connector has not started yet, nothing to worry about
receiver.setBayeux(getBayeux());
return receiver;
}