Advertisement
szKarlen

Messaging Config

Sep 8th, 2011
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <service id="message-service" class="flex.messaging.services.MessageService" messageTypes="flex.messaging.messages.AsyncMessage">
  3.   <adapters>
  4.     <adapter-definition id="data_adapter" class="ServiceLibrary.AppAdapter" default="true"/>
  5.   </adapters>
  6.   <destination id="data_destination">
  7.     <adapter ref="data_adapter"/>
  8.     <channels>
  9.       <channel ref="my-rtmp"/>
  10.     </channels>
  11.     <properties>
  12.       <network>
  13.         <session-timeout>20</session-timeout>
  14.       </network>
  15.       <server>
  16.         <allow-subtopics>true</allow-subtopics>
  17.       </server>
  18.     </properties>
  19.   </destination>
  20. </service>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement