Are Queues right for me? I'm looking to send many events to a queue, wait 30 seconds, and then sen

Are Queues right for me?

I'm looking to send many events to a queue, wait 30 seconds, and then send a single array with all accumulated events to a destination.

When I removed the batch.messages for each part so that it wouldn't process each event individually, it failed.
Was this page helpful?