• RabbitMQ username, virtual host and exchange:.
    Bi-hourly tests revealed the different exchanges Clowder used. It's in ~clowder/clowder/custom/custom.conf.
    • dts-dev: user "clowder", vhost "clowder-dev", exchange "dts".
    • dts: user "dts-prod", vhost "clowder", exchange "dts".

    • Users don't matter, as long as they can access the vhost.
    • Exchanges matter when deploying a brand new tool, since new bindings from the exchange to the queue need to be created.
  • No labels