MonsterMQ ACLs

💬 Yesterday a client asked me:

“Generally, another important element is ACLs — but in a way that I can select topics easier with a GUI instead of using only wildcards, since I need very granular ACLs.”

☕️ I decided to implement it – my date with a lovely woman got canceled today, by her 🤨, so I suddenly had some extra time.

It was straightforward – almost everything in MonsterMQ can be configured through its GraphQL API, so building such a page was easy.

Now, ACL management just got a lot more user-friendly.

⚙️ Next up: I’m working on a lightweight flow engine, so transformations can be implemented directly in the broker – in JavaScript, but still running where the data flows.

👉 MonsterMQ.com