Hi ,we are using this to sync user profiles. FYI below is the similar parts of code snippets how we used distributor.1)@Component(  service = ResourceChangeListener.class,  property = {  ResourceChangeListener.PATHS + "=glob:/home/users/**/profile",  ResourceChangeListener.CHANGES + "=ADDED",  Resou...