Hello,
Can anyone point me out whats wrong with the configuration I have to execute a simple sample application to use the streaming-amf.
I get the following error when i tried to submit a text and get the same using streaming-amf.
My messaging-config.mxml has the following lines.
<destination id="chat">
<channels>
<channel ref="my-polling-amf"/>
<channel ref="my-streaming-amf"/>
</channels>
</destination>
I've defined the channels detail in the service-config.xml.
When I tried the application, instead of using "my-streaming-amf" the app was constantly pointing to "my-amf" and throwing the following error
"Destination 'chat' not accessible over channel 'my-amf'.
any thoughts?
Thanks in advance.