devstack-plugin-amqp1/README.rst

896 B

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