FizzBuzz on Mule 4 with a While Loop using VM Queue

You may also like...

2 Responses

  1. AmAn says:

    I really appreciate you writing this up. My use case was retrieving an open-ended number of paged results. (The API did not provide a method to query the number of results or pages in advance.) I knew the number of pages was > 50 and I didn’t think resizing the memory was a scalable solution.

    I will add one additional thing I ran into — the VM queues are promoted to Amazon SQS queues when you go to production and SQS has an upper bound of 20 seconds on the Consumer timeout. I reconfigured by using a Listener for the final queue instead of a Consumer.

  2. Ken Ng says:

    Cool! Thanks for sharing of your use of SQS.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.