[rabbitmq-discuss] routing key
PATAR, SAGAR
sp345s at att.com
Thu Oct 17 16:06:51 BST 2013
I am using "org.springframework.amqp.core.MessageListener" and am binding to an exchange (amqp.topic) using a below pattern
1# - not working
*xx# - not working
#1# - not working
1xx - is working
# - is working
The first 3 patterns seems to be not working but the last two are working and messages are forwarded ..
I am sending message with binding key as "1xx"
-----Original Message-----
From: rabbitmq-discuss-bounces at lists.rabbitmq.com [mailto:rabbitmq-discuss-bounces at lists.rabbitmq.com] On Behalf Of Michael Klishin
Sent: Thursday, October 17, 2013 10:43 AM
To: Discussions about RabbitMQ
Subject: Re: [rabbitmq-discuss] routing key
On 17 Oct 2013, at 18:34, "PATAR, SAGAR" <sp345s at att.com> wrote:
> I am using "org.springframework.amqp.core.MessageListener" and am binding to an exchange using a pattern ..
Is the key just ".." or is it a typo?
Two dots don't really make sense for topic exchanges. Do you mean *.*?
MK
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list