Event Descriptions - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external - Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Develop/Out-of-Process-Extension-Points/Events-Extension-Point/Event-Descriptions - 2025-06-02

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

Let’s have a look at each event and see what we can use it for when implementing business logic for a particular content domain.

Content Services events are published on the JMS Topic called alfresco.repo.event2. For more information on JMS Topic, see the How does a Queue compare to a Topic article on the Apache ActiveMQ site: https://activemq.apache.org/. See (search) default configuration in the repository.properties file. So a Camel Route could for example be configured to pick up events from amqpConnection:topic:alfresco.repo.event2. The amqpConnection to the Active MQ endpoint in the Content Services server would then be configured to connect to amqp://localhost:5672.