> What's the channel type and endpoint for a HTTPS polling amf channel???
 
The differences in the definition between the AMF channels and the polling AMF channels are the 'polling-enabled' and 'polling-interval-seconds' properties.
 
Here's an example that should get you started -
 
<channel-definition class="mx.messaging.channels.SecureAMFChannel" id="my-secure-polling-amf">
        <endpoint class="flex.messaging.endpoints.SecureAMFEndpoint" uri="
https://{server.name}:9100/myapp/messagebroker/amfpollingsecure"></endpoint>
        <properties>
            <polling-enabled>true</polling-enabled>
            <polling-interval-seconds>2</polling-interval-seconds>
        </properties>
    </channel-definition>
 
- Cathy


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven Toth
Sent: Wednesday, November 01, 2006 10:08 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Is it possible to setup polling amf over HTTPS?

I'm using a SecureAMFChannel for Remoting, but also need to use a
DataService. I have a RTMPChannel that I'm going to switch over to
SecureRTMPChannel, but have some users behind proxies. I want to
setup a polling amf channel over HTTPS as a secondary channel. I
haven't been able to find any documentation on whather it can be done,
and if so, hwo to do it? I know the polling amf over HTTP uses the
AMFChannel with the amfpolling endpoint. What's the channel type and
endpoint for a HTTPS polling amf channel??? Thanks.

-Steven

__._,_.___

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





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to