🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
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