我通过 Spring 配置 blazeDS 远程服务。我尝试覆盖远程服务的默认频道。
<flex:remoting-destination ref="flexCustomerService" destination-id="customerService"
channels="customers-channel-secure-amf, customers-channel-amf"/>
但是在运行时我得到 flex 错误 Server.Processing:目标 'customerService' 无法通过通道 'channel-secure-amf' 访问。