[rabbitmq-discuss] RabbitMQ+STOMP: how to trigger events upon connect/subscribe to stomp destinations?
Willi Richert
w.richert at gmx.net
Sun Jun 13 13:14:04 BST 2010
Hi,
I am using RabbitMQ+STOMP as a MorbidQ replacement in the Orbited orbit.
With MorbidQ I had the possibility to use a custom RestQ listener
(http://www.morbidq.com/trac/wiki/RestQ ) for doing auth and other
stuff. As auth is perfectly handled by RabbitMQ I am looking now for
ways to handle the "other stuff":
When a user surfs on some web page, it connects to Orbited via stomp and
subscribes to a secret destination where it listens for updates. At the
point when the browser subscribes, my RestQ listener signaled all the
other browsers visiting the same page that a new user arrived (via STOMP
messges).
What is the preferred way for this in RabbitMQ. Is there some similar
restful service? I've read about Alice, as it was suggested at this list
days ago. From my understanding, atm it is only for administering the
broker.
Any hint appreciated,
wr
More information about the rabbitmq-discuss
mailing list