How can I make a JAX-RS endpoint with long polling feature ?
The objective is to keep feeding the browser with the data(new messages) as and when it arrives. I have the subscribers which reads the data on arrival and writes to the DB. But I want to create an endpoint which knows when to deliver the data (messages) to the browser.
Can this be implemented from within the service ?

regards,
Ramesh

Reply via email to