Possible error in setting exchange durability

36 views
Skip to first unread message

magnuscodex

unread,
Oct 27, 2011, 12:45:08 PM10/27/11
to rocksteady-discuss
In my rocksteady.properties file I have the following:

# rabbit MQ configuration
rabbitHostname=<rabbit_hostname>
rabbitVirtualHost=/
rabbitExchange=trend_events_test
rabbitExchangeLog=logs
rabbitQueue=rocksteady
rabbitUser=guest
rabbitPassword=guest
rabbitRequestedHeartbeat=0
# Durable = persistence
rabbitDurable=true
rabbitAutoDelete=false
rabbitExchangeType=topic
# Routing key is empty by default, we aren't using it currently.
rabbitRoutingKey=
retryInterval=5000

However, when I look at the resulting exchange that is created on the
rabbit host I see the following:

$ sudo rabbitmqctl list_exchanges name type durable auto_delete
Listing exchanges ...
trend_events_test topic false false
...

Is the rabbitDurable property in rocksteady.properties meant to be
ignored or am I missing something? These variables appear to be
referenced correctly in applicationContext.xml but I'm not really
familiar with spring. Do you have any thoughts?

Xianjie Gu

unread,
Jun 27, 2012, 7:36:11 AM6/27/12
to rockstead...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages