DevStack plugin to configure AMQP1.
Go to file
Andrew Smith 142d975ac3 Enable qpid-dispatch-router as alternative amqp backend
Update to the AMPQ1 plugin enables the optional use of the Apached QPID
Dispatch Router (qdr) as an alternative to the QPID C++ broker for the
rpc backend. The modifications to the plugin account for the installation
and configuration of the qdrouterd service.

Review Changes

Updated README for description and variable usage

Support for Ubuntu plugin deployment

Change-Id: I0f9f42fe942697526af70570f05a43be79f9f411
2016-03-08 13:45:57 -05:00
devstack Enable qpid-dispatch-router as alternative amqp backend 2016-03-08 13:45:57 -05:00
.gitignore Initial commit 2015-06-19 11:45:30 -04:00
.gitreview Added tox.ini, gitreview and update README 2015-09-30 21:26:18 -04:00
LICENSE Initial commit 2015-06-19 11:45:30 -04:00
README.rst Enable qpid-dispatch-router as alternative amqp backend 2016-03-08 13:45:57 -05:00
tox.ini Set oslo_messaging_amqp section for qpid user 2016-02-17 11:31:24 -05:00

README.rst

Enabling in Devstack

Devstack plugin for AMQP 1.0 olso.messaging driver - This plugin supports the QPID C++ broker and QPID Dispatch Router messaging systems for the rpc backend. Additional information on these messaging systems can be found at the Apache QPID homepage (https://qpid.apache.org).

  1. Download DevStack

  2. Add this repo as an external repository:

    cat > local.conf
    [[local|localrc]]
    enable_plugin amqp1 https://git.openstack.org/openstack/devstack-plugin-amqp1
  3. Set username and password variables if needed and they will be added to configuration:

    AMQP1_USERNAME=queueuser
    AMQP1_PASSWORD=queuepassword     
  4. Optionally set the service variable for the configuration if the QPID Dispatch Router is to be used as an alternative AMQP1 service:

    AMQP1_SERVICE=qdr
  5. run stack.sh