I went to Jim Webber presentation and in the middle of his apresentation he stated that ATOM is a good replace for JMS in many cases. Since JMS is a messaging service, I'm curious about that. Are you guys using ATOM as a messaging service? Is it reliable and scalable?
The greatest advantage of JMS is that it uses the push method (the server notify new messages) rather than the pull method (the clients keep asking for new messages each X milliseconds). I think for "Web 2.0" applications, this method is cool, but for "enterprise" applications, the push method are far more scalable. What do you guys think?