> You mentioned putting MessageTopic in the app.xml, anyhints on how it
should look?You'll need to reference the instructions for
integratingyour JMS server with Tomcat. If the jsp page works, it's
likelythat you topics and connection factories are set up correctly.> I
had the logging set to "debug" and turned on, but sawnothing.Back in
Beta2, I use to get a lot messages about trying toconnect to the JMS.You
should be seeing the incoming rtmp messages logged toyour server
console.If you're not s...