Hi Daniel,
cheers for that.
With timers tho, this solution introduces a message delivery lagging which I don't want to. Messaging systems suppose to work with near-real-time latency and that is my priority (sorry should have mentioned this in my initial question).
I have built a demo with Topics and Fanout by provisioning a Web Server with Rest API action, which is used by SNS configured on as HTTPS trigger. Partially, this proves my theory (it is no a "pure" queue but a combination of both of these two), but it seems to be quite clunky. Because it introduces another need like authentication, and new subscriber (manual) subscribing process and maintenance (overhead).
Just want to make sure that Outsystems does not have something more like "out-of-the-box" I can use and save me some time.
Thank you.