Java play! framework PubSubHubbub subscription confirmation problem

May 4th, 2011

I have lost hours and hours on this one. My subscription confirmations just didn’t work, I have scanned the network traffic with wireshark and my app just didn’t send a response to confirmation request.

To solve this problem all you need to do is open application.conf ande set play.pool value to 2 or higher. Default is one and server can’t responde to a request until the first one is finished so confirmation fails.

blog comments powered by Disqus