Sending Messages
You can use Axon Synapse to send messages to Axon Server via HTTP requests. Synapse supports three types of messages:
In general, you can use two forms to send these requests to Synapse:
-
http-raw
where the HTTP content is the actual payload of the message, and all additional information is in the HTTP headers -
http-message
, where the HTTP content is a JSON object containing the message together with all the relevant information
For the operations on the requests to send messages, check the Axon Synapse API.