You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message