TorchAPI
  • Home
  • Plugins
  • Wiki
  • Offical Game Server
  • Discord (Click to join)
  • Login/Register

RabbitMQPlugin

(Click to download)

Author: Crunch

Latest Version: v1.3

Cumulative Downloads: 61

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

http://localhost:15672/

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

Ways to support the author directly      Donate Paypal    Become a Patron Github