Thank you Aki.

I tried as follows,
And it worked fine

---
service aggregator {
  fifo_listener replication-notify-fifo {
    mode = 0777
  }
  unix_listener replication-notify {
    mode = 0777
  }
}
---

It was very helpful
Thank you!