Message queue integration

The Events system in Nakama is a two-parter;

#1. Publishing events from within Nakama to the Event queue (Only for events that are generated by Nakama and your custom runtime code.)

#2. Processing events in the queue out of band of where the publishing has happened.

Where #2 happens is where you can hook up your own messaging brokering system (forward msgs onwards).

2 Likes