Skip to content

Commit 8148e95

Browse files
authored
note: AMQP configuration change (#463)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent f3b317e commit 8148e95

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

source/adminguide/events.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ in the AMQP server.
7373
Additionally, both an in-memory implementation and an Apache Kafka
7474
implementation are also available.
7575

76+
77+
.. note::
78+
On upgrading from 4.19.x or lower, existing AMQP or Kafka intergration
79+
configurations should be moved from folder
80+
``/etc/cloudstack/management/META-INF/cloudstack/core`` to
81+
``/etc/cloudstack/management/META-INF/cloudstack/event``
82+
7683
Use Cases
7784
~~~~~~~~~
7885

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

104-
#. Create the folder ``/etc/cloudstack/management/META-INF/cloudstack/core``
111+
#. Create the folder ``/etc/cloudstack/management/META-INF/cloudstack/event``
105112

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

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

219-
#. Create the folder ``/etc/cloudstack/management/META-INF/cloudstack/core``
226+
#. Create the folder ``/etc/cloudstack/management/META-INF/cloudstack/event``
220227

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

source/releasenotes/about.rst

+7
Original file line numberDiff line numberDiff line change
@@ -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
5151
This means that Centos7 (EL7) is no longer supported.
5252

5353
.. _official Log4j documentation: https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html
54+
55+
Events Message Bus Change
56+
=========================
57+
On upgrading from 4.19.x or lower, existing AMQP or Kafka intergration
58+
configurations should be moved from folder
59+
``/etc/cloudstack/management/META-INF/cloudstack/core`` to
60+
``/etc/cloudstack/management/META-INF/cloudstack/event``

0 commit comments

Comments
 (0)