All Projects → openstack → Devstack Plugin Amqp1

openstack / Devstack Plugin Amqp1

Licence: apache-2.0
DevStack plugin to configure AMQP1.

Programming Languages

shell
77523 projects

======================== Team and repository tags

.. image:: http://governance.openstack.org/badges/devstack-plugin-amqp1.svg :target: http://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

====================== Enabling in Devstack

Devstack plugin for AMQP 1.0 olso.messaging driver - This plugin supports the QPID C++ broker for RPC and Notification backends and the QPID Dispatch Router messaging system 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://opendev.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. The default is for the broker to provide both the RPC and Notification backends. If dual backends are to be used as an alternative AMQP1 service::

    AMQP1_SERVICE=qpid-dual

  5. Optionally set the network ports used to connect to the messaging service. If dual backends are to be configured, a separate Notify port must be used::

    AMQP1_DEFAULT_PORT=5672 AMQP1_NOTIFY_PORT=5671

  6. run stack.sh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].