Magnolia 5.6 reached end of life on June 25, 2020. This branch is no longer supported, see End-of-life policy.
This page contains some background (conceptual) information about activation, that is how content gets activated (published) from an author instance to a public instance. Activation is an older implementation inherited from the 5.5 branch, which can still be used in the 5.6 branch but is less transparent in terms of module structure than its refactored successor – publishing. Activation is installed by the Activation module and extended by the Transactional Activation module (in Magnolia EE).
A Syndicator
collects the content that needs to be activated. It stores the content into an ActivationContent
object. The default BaseSyndicatorImpl
can activate content to any public instance that is configured as a subscriber. The configuration details of each subscriber are held in a Subscriber
Java bean at runtime. When you trigger an activation command, the syndicator creates an ActivationContent
object and sends it to each subscriber. There are two variations of ActivationContent
: current content and versioned content. In this context, Content
is defined by the filtering Rule
used to collect all the child nodes that are still considered to be part of the content for any given activation.
The Activation filter receives the content. The filter acts on the incoming request and saves the data into the repository.
Activation is authenticated using public-key cryptography. The authentication configuration for activation is stored in /server/activation
, see Activation security for more on this.
Magnolia supports two methods of activating content: