[rabbitmq-discuss] Stomp topic perl
Emile Joubert
emile at rabbitmq.com
Mon Dec 10 09:47:18 GMT 2012
Hi Javier,
On 09/12/12 15:41, Javier wrote:
> Does anybody have an example to use topic subscription with net::stomp perl client ?
You should be able to accomplish this by subscribing to a destination
starting with "/topic/<name>". This will declare a new queue and bind it
to amq.topic using <name> as the routing key.
For more details see http://www.rabbitmq.com/stomp.html#d.td
-Emile
More information about the rabbitmq-discuss
mailing list