I have to create a consumer that consumes feeds from an Atom service. The feeds should be consumed as and when anything is published on the atom server.
Currently I am using camel-atom protocol which polls the atom server every 60 seconds by default (this polling time can be reduced). Is any way (using any API) that I can just subscribe to the atom server and receive updates whenever they are posted?