I c that you have used the embedded morbiq with the restq interface. <br><br>To replace the morbidQ restq.py would I just create an activeMQ.py factory class?<br><br>Since twisted is hosting both django and orbited you have access to the session data. If you had an architecture like so what are some strategies for handling security of orbited<br>

<br>apache-&gt;mod_wsgi-&gt;django<br><br>javascript-&gt;orbited-&gt;twisted-&gt;activemq or rabbitmq<br><br>Here are some potential use cases.<br>Case #1 <br>Everyone has access to read any Q<br>Write&#39;s to the Q are done via a secret account on the server side code can be called an authenticated via standard ajax<br>

<br>Case #2<br>Only logged in users have access to a private Q<br>Write&#39;s to the Q are done via a secret account on the server side code can be called an authenticated via standard ajax<br><br>Thanks a lot <br><br><br>