한 게이트웨이 내에 두 개의 ApplicationAdapters를 갖기 위해 노력하고 있습니다. 필자의 본능은 config 파일을 살펴 보라고했다 : remoting-config.xml과 services-config.xml.하나의 fluorfx 게이트웨이 내에서 두 번째 ApplicationAdapter를 실행하는 방법
처럼, 정의 일부 채널이 있습니다
<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가 들어있는 다른 폴더를 apps 폴더에 추가하고 싶습니다.
하지만 : 플래시 클라이언트가 특정 엔드 포인트에 연결하는 경우
이 (포트 1935 말) 어떻게 "알 것"이라고 applicationAdapter이해야 그것을 액세스하는?
희망은 내가 분명히했다 :