Streaming AMF not working on Internet Explorer 8

BlazeDS, Flex Add comments

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:
  1. <channel-definition id="my-streaming-amf" class="mx.messaging.channels.StreamingAMFChannel">
  2.   <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/streamingamf" class="flex.messaging.endpoints.StreamingAMFEndpoint"/>
  3.   <properties>
  4.     <max-streaming-clients>10</max-streaming-clients>
  5.   </properties>
  6. </channel-definition>

Cheers!


Add to Bloglines - Digg This! - del.icio.us - Stumble It! - Twit This! - Technorati links - Share on Facebook - Feedburner
 

3 Responses to “Streaming AMF not working on Internet Explorer 8”

  1. Firoz Says:

    Even i placed the above code in services-config.xml, it doesn’t work.

  2. Firoz Says:

    Is this with only all versions of IE8 or specific versions of IE8?

  3. nicola Says:

    Still not working with IE8 even with this workaround.
    I also tried with BlazeDS 4.0.0.7548 and it doesn’t work.

    Greetings.

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in