Skip to content

Commit

Permalink
note: AMQP configuration change (#463)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
  • Loading branch information
shwstppr authored Jan 14, 2025
1 parent f3b317e commit 8148e95
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 9 additions & 2 deletions source/adminguide/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ in the AMQP server.
Additionally, both an in-memory implementation and an Apache Kafka
implementation are also available.


.. note::
On upgrading from 4.19.x or lower, existing AMQP or Kafka intergration
configurations should be moved from folder
``/etc/cloudstack/management/META-INF/cloudstack/core`` to
``/etc/cloudstack/management/META-INF/cloudstack/event``

Use Cases
~~~~~~~~~

Expand Down Expand Up @@ -101,7 +108,7 @@ As a CloudStack administrator, perform the following one-time
configuration to enable event notification framework. At run time no
changes can control the behaviour.

#. Create the folder ``/etc/cloudstack/management/META-INF/cloudstack/core``
#. Create the folder ``/etc/cloudstack/management/META-INF/cloudstack/event``

#. Inside that folder, open ``spring-event-bus-context.xml``.

Expand Down Expand Up @@ -216,7 +223,7 @@ changes can control the behaviour.
While ``key.serializer`` and ``value.serializer`` are usually required for a producer to correctly start, they may be omitted and
will default to ``org.apache.kafka.common.serialization.StringSerializer``.

#. Create the folder ``/etc/cloudstack/management/META-INF/cloudstack/core``
#. Create the folder ``/etc/cloudstack/management/META-INF/cloudstack/event``

#. Inside that folder, open ``spring-event-bus-context.xml``.

Expand Down
7 changes: 7 additions & 0 deletions source/releasenotes/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ Up until 4.19.x.x, the JRE used for ACS was JRE 11. In 4.20.0.0, JRE has been up
This means that Centos7 (EL7) is no longer supported.

.. _official Log4j documentation: https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html

Events Message Bus Change
=========================
On upgrading from 4.19.x or lower, existing AMQP or Kafka intergration
configurations should be moved from folder
``/etc/cloudstack/management/META-INF/cloudstack/core`` to
``/etc/cloudstack/management/META-INF/cloudstack/event``

0 comments on commit 8148e95

Please sign in to comment.