ChannelSets must be defined explicitly, e.g.:
// Init channel sets using values from service-config.xml
remotingChannelSet = new ChannelSet();
remotingChannelSet.addChannel(ServerConfig.getChannel("my-amf"));
pollingChannelSet = new ChannelSet();
pollingChannelSet.addChannel(ServerConfig.getChannel("my-polling-amf"));