TorchAPI.com is powered by Qonzer! Check them out for the ultimate game server hosting experience.
Work in progress plugin that can send and receive Json messages between servers
Examples of how to use https://github.com/TheCrunchy/RabbitMQPlugin/blob/main/RabbitMQPlugin/PatchingExamples.cs
This requires an install of RabbitMQ on one server box. https://www.rabbitmq.com/download.html
https://www.rabbitmq.com/access-control.html
https://docs.microsoft.com/en-us/sysinternals/downloads/handle
might also require handle install ^
Really shitty setup guide after installing rabbit mq server Open start menu, find the rabbitmq server folder, open the rabbitq command prompt
rabbitmq-plugins enable rabbitmq_management
user guest
password guest
Admin
Add user, click Admin tag and then add user
Click on that user in the list, then click set permission to give it access to virtual host
After its all working, delete the guest user
Firewall/networking shit
Open port 5672 to tcp
Then try connect with that username and password and IP of the server its hosted on, on the server its hosted on you might need to set the hostname to 127.0.0.1 in plugin configs