[rabbitmq-discuss] Stomp

Tony Garnock-Jones tonyg at lshift.net
Fri Sep 5 16:54:25 BST 2008


Hi,

Artur Bergman wrote:
> There is a patch to the stomp gateway that implements topic selectors

This patch, http://hg.rabbitmq.com/rabbitmq-stomp/rev/538381ba2feb, lets 
subscriptions perform optional queue.declare and queue.bind steps before 
the subscription begins, which can be enough to do topics if the 
exchange you want to use exists. There's currently no support in the 
STOMP gateway to perform an actual exchange.declare though, so unless 
you're happy using the built-in default "amq.topic" topic exchange, a 
proper AMQP client program will need to be used to create your exchanges 
before the STOMP clients can bind to them.

I'm about to update the README with some more information about all 
this. I'll post again when I'm done.

Tony





More information about the rabbitmq-discuss mailing list