May 25
If you're having trouble connecting to BlazeDS via a streaming AMF channel on IE 8, be warned: this is a known issue currently reported in the Adobe bugbase and a workaround is provided. You need to specify the "max-streaming-clients" in the configuration of the channel (in services-config.xml):
CODE:
-
<channel-definition id="my-streaming-amf" class="mx.messaging.channels.StreamingAMFChannel">
-
<endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/streamingamf" class="flex.messaging.endpoints.StreamingAMFEndpoint"/>
-
<properties>
-
<max-streaming-clients>10</max-streaming-clients>
-
</properties>
-
</channel-definition>
Cheers!
Add to Bloglines - Digg This! - del.icio.us - Stumble It! - Twit This! - Technorati links - Share on Facebook - Feedburner
Christophe Herreman is a software developer living in Belgium. He's working on high-end Flex and AIR solutions at 
July 6th, 2009 at 12:45 pm
Even i placed the above code in services-config.xml, it doesn’t work.
July 6th, 2009 at 12:46 pm
Is this with only all versions of IE8 or specific versions of IE8?
September 8th, 2009 at 9:57 am
Still not working with IE8 even with this workaround.
I also tried with BlazeDS 4.0.0.7548 and it doesn’t work.
Greetings.