@@ -73,6 +73,13 @@ in the AMQP server.
7373Additionally, both an in-memory implementation and an Apache Kafka
7474implementation 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+
7683Use Cases
7784~~~~~~~~~
7885
@@ -101,7 +108,7 @@ As a CloudStack administrator, perform the following one-time
101108configuration to enable event notification framework. At run time no
102109changes 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