Hi all,
We have a scenario, where we have a service which should start the timer and waits for a document to arrive from other service.
Firstly we planned for publishAndwait and reply combination, but reply doc is always a volatile doc. So doesnt suite.
Secondly, we decided to use the sync: notify and wait services. But since they store the doc in jvm, they wont work in clustered environment.
Thirdly we planned to use triggers, but we need to invoke a exception handling service after join condition expires.
We are running out of ideas, Kindly help us to solve this.
Thanks,
Niteesh