Changeset 16 for trunk/earthplayer
- Timestamp:
- 04/03/08 17:14:24 (9 months ago)
- Location:
- trunk/earthplayer/web/main/src/web/WEB-INF/flex
- Files:
-
- 2 modified
-
messaging-config.xml (modified) (1 diff)
-
services-config.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/earthplayer/web/main/src/web/WEB-INF/flex/messaging-config.xml
r2 r16 25 25 </properties> 26 26 <channels> 27 <channel ref="my-polling-amf" /> 28 <!-- 27 29 <channel ref="my-rtmp" /> 30 --> 28 31 </channels> 29 32 <adapter ref="EpmapAdapter" /> -
trunk/earthplayer/web/main/src/web/WEB-INF/flex/services-config.xml
r2 r16 42 42 <endpoint uri="http://{server.name}:{server.port}/{context.root}/messagebroker/http" class="flex.messaging.endpoints.HTTPEndpoint"/> 43 43 </channel-definition> 44 -->44 45 45 <channel-definition id="my-rtmp" class="mx.messaging.channels.RTMPChannel"> 46 46 <endpoint uri="rtmp://{server.name}:1978" class="flex.messaging.endpoints.RTMPEndpoint"/> … … 49 49 </properties> 50 50 </channel-definition> 51 --> 52 53 <channel-definition id="my-polling-amf" class="mx.messaging.channels.AMFChannel"> 54 <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/amfpolling" class="flex.messaging.endpoints.AMFEndpoint"/> 55 <properties> 56 <polling-enabled>true</polling-enabled> 57 <polling-interval-seconds>4</polling-interval-seconds> 58 </properties> 59 </channel-definition> 60 51 61 </channels> 52 62
