Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
How can we send bulk messages using nodejs?
I am sending around 100 messages with confirmed delivery. But Acknowledgement is delayed because of which I get
OperationError: Guaranteed Message Window Closed
after sending 50 messages.
Is there a way to send more number of messages with guaranteed delivery?
Answers
-
Hey @Driviz, thanks for posting
This line in the code sets the # of messages artificially so that the demonstration of sending messages is capped when users try it out themselves https://github.com/SolaceSamples/solace-samples-nodejs/blob/master/src/basic-samples/ConfirmedPublish.js#L34
If you show me your code I can take a look if you've modified things beyond what you've linked.
2