Hi,
Our system has a messaging broadcasting feature for timeout. When it times
out an alert pops up to the user. It seems to be after we have installed a
firewall in the network, this feature stopped working, the alert doesn't pop
up anymore. What properties should be used or what should be added to fix
this problem?
This is what we have:
<channel-definition id="my-rtmp" class="mx.messaging.channels.RTMPChannel">
<endpoint uri="http://{server.name}:2296/" class="
flex.messaging.endpoints.RTMPEndpoint"/>
<properties>
<idle-timeout-minutes>20</idle-timeout-minutes>
<websphere-workmanager-jndi-name>java:comp/env/wm/MessagingWorkManager</websphere-workmanager-jndi-name>
<client-to-server-maxbps>100K</client-to-server-maxbps>
<server-to-client-maxbps>100K</server-to-client-maxbps>
</properties>
</channel-definition>
Thank you.