Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
1eb88c25
Commit
1eb88c25
authored
Aug 31, 2011
by
Georgios Gousios
Browse files
Queue redeclaration notes
parent
87f2bd43
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.upgrade
View file @
1eb88c25
...
...
@@ -8,7 +8,15 @@ v0.5.4 -> v0.5.5
LOGGING
* Changed the default logging settings for the dispatcher to also log
to /var/log/synnefo/dispatcher.log, redirecting stderr and stdout there
QUEUES
* Changed default routing key naming for queues. Queues must be redeclared.
The suggested upgrade path is to delete ALL (even obsolete) existing
queues and restart the dispatcher. To do so, download amqp-utils from
https://github.com/dougbarth/amqp-utils
and run the amqp-deleteq tool for each declared queue. Alternatively,
amqp-utils can be installed with: sudo gem install amqp-utils.
v0.5.3 -> v0.5.4
REPOSITORY
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment