Search code examples
javapubnub

Pubnub: Channel quota exceeded


I am using pubnub Java SDK 3.7.2. I use free plan only. When I publish bunch of messages without stopping, I often get the following error. But I publish a message every 200-300 milliseconds, the error does not happen. Is there any restriction on an interval of publishing?

[Error: 127-0] : Bad request. Please contact support with error details. : [0,"Channel quota exceeded (2/1000000)","14219273229924875"]

Thanks.


Solution

  • Yohei, this most likely means you are using the demo pub/sub keys and not your own pub/sub keys.