I’m using system.util.sendMessage to send a message across the gateway network from one gateway to another. The message is successfully recieved in a Gateway Event message handler. However, the payload in the message handler only includes the key sendServerId where the value is the name of the server that sent the message. I’d expect the payload in the message handler to include the keys and values of the payload specified when calling system.util.sendMessage.
Both gateways are running version 8.1.1.
Is the payload parameter of system.util.sendMessage not supported when sending a message from one gateway to another?
