Setting up multiple channel types (AMF/AMFX) for Flex/BlazeDs
- by Fergal
We've configured our Flex client to have two channels for calling our services via BlazeDS.
One channel is configured to use AMFChannel and the other for HTTPChannel. Here's the services-config.xml
<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
<endpoint…