Public MonsterMQ 馃懡 Broker for testing !

馃憠 I鈥檝e just installed MonsterMQ on a public virtual machine, hosted by Hetzner – thanks to Jeremy Theocharis awesome post! You can try it out at test.monstermq.com via TCP or Websockets at port 1883. No password, no security. If you want to leave me a message, then use your name as ClientId 馃槉

馃攳 Want to take a look at the TimescaleDB behind it? Connect to the database on the default port 5432 using the (readonly) user “monster” with the password “monster”.

馃槻 I鈥檝e intentionally set it to store all messages, not just retained ones, in a table “alllastval” for testing purposes.

馃搱 Additionally, messages published on topics matching “Test/#” will be archived in a history table “testarchive”!

鈩癸笍 Keep in mind, it鈥檚 hosted on a small machine, and every published value is being written and updated in a PostgreSQL table. So, please don鈥檛 expect massive throughput or run performance tests.

I鈥檇 love for you to try it out. If you find any issues, let me know, or drop an issue on GitHub!