Skip to content

Commit 60a9895

Browse files
committed
note: amqp configuration change
Addresses: apache/cloudstack#10117 Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 2ed12e4 commit 60a9895

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

source/adminguide/events.rst

Lines changed: 9 additions & 2 deletions
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

0 commit comments

Comments
 (0)