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. 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.