我试图在一个网关中拥有两个 ApplicationAdapter。我的直觉告诉我要查看配置文件:remoting-config.xml 和 services-config.xml。
定义了一些通道,例如:
<channel-definition id="rtmp-my-channel" class="mx.messaging.channels.RTMPChannel">
<endpoint uri="rtmp://{server.name}:1935" class="flex.messaging.endpoints.RTMPEndpoint"/>
</channel-definition>
所以我可以在这里添加一个频道。
另外,我想将另一个包含 app.config 的文件夹添加到应用程序文件夹中。
但是之后:
如果 Flash 客户端连接到给定的端点(比如端口 1935),它如何“知道”它应该访问哪个 applicationAdapter?
希望我说清楚:)