Replication listner
I have one doubt that the replication listner will be called before the node reaches to replication queue or before that ?
or replication queue listens to replication queue itself?
I have one doubt that the replication listner will be called before the node reaches to replication queue or before that ?
or replication queue listens to replication queue itself?
EventHandler objects are registered with the Framework service registry and are notified with an Event object when an event is sent or posted.
EventHandler objects can inspect the received Event object to determine its topic and properties.
So it hard to tell, if replication was triggered before/after the replication queue is created.
You can enable debug logs to track/check the replication queue vs your event handler
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.