Hi, thank you for replay.

Here is a "destination" configuration.

<destination id="ColdFusion">
  <channels>
    <channel ref="my-cfamf"/>
    <channel ref="my-secure-cfamf"/>
  </channels>
  <properties>
    <source>*</source>
    <lowercase-keys>false</lowercase-keys>
  </properties>
</destination>


Here is a "channel" configuration.

 <channel-definition id="my-cfamf" 
class="mx.messaging.channels.AMFChannel">
    <endpoint uri="http://{server.name}:{server.port}
{context.root}/flex2gateway/" 
class="flex.messaging.endpoints.AMFEndpoint"/>
    <properties>
        <polling-enabled>false</polling-enabled>
        <serialization>
            <custom-deserializer type="typed-object" 
class="coldfusion.flash.messaging.io.amf.serializers.TypedObjectDeseri
alizer" />
        </serialization>
    </properties>
</channel-definition>

 <channel-definition id="my-secure-cfamf" 
class="mx.messaging.channels.SecureAMFChannel">
    <endpoint uri="https://{server.name}:{server.port}
{context.root}/dev/secureamf/" 
class="flex.messaging.endpoints.AMFEndpoint"/>
    <properties>
        <polling-enabled>false</polling-enabled>
        <serialization>
            <custom-deserializer type="typed-object" 
class="coldfusion.flash.messaging.io.amf.serializers.TypedObjectDeseri
alizer" />
        </serialization>
    </properties>
</channel-definition>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to