Hi

I have two destination defined in the messaging-config.xml file

     <default-channels>
         <channel ref="my-polling-amf" />
     </default-channels>

     <destination id="FlexDemoTopic">
     </destination>

     <destination id="destStockData">
     </destination>

and my-polling-amf is defined in the services-config.xml file

<channel-definition id="my-polling-amf"
class="mx.messaging.channels.AMFChannel">
             <endpoint
url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf\
polling" class="flex.messaging.endpoints.AMFEndpoint"/>
             <properties>
                 <polling-enabled>true</polling-enabled>
                 <polling-interval-seconds>1</polling-interval-seconds>
             </properties>
         </channel-definition>


Now, if the polling interval is different for two different desinations
then how should i configure my channel to support two different polling
intervals.

Thanks
ilikeflex





Reply via email to