You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When try to test the stompit with heavy load for example send 100000 message sequential in for loop, producer cannot send any message into the QC. and in case we try to send them sequential but apply setInterval although we decrease interval time to 5 milliseconds, It works normally and AMQ can receive the messages.
I'm implement producer as failover example here: https://github.com/gdaws/stompit/blob/master/examples/pubsub.js
The text was updated successfully, but these errors were encountered:
When try to test the stompit with heavy load for example send 100000 message sequential in for loop, producer cannot send any message into the QC. and in case we try to send them sequential but apply setInterval although we decrease interval time to 5 milliseconds, It works normally and AMQ can receive the messages.
I'm implement producer as failover example here: https://github.com/gdaws/stompit/blob/master/examples/pubsub.js
The text was updated successfully, but these errors were encountered: