Publish message
POST/messages/publication
Publishes a single message. Messages are published to specific partitions computed from their correlation keys. Messages can be buffered. The endpoint does not wait for a correlation result. Use the message correlation endpoint for such use cases.
Request
Responses
- 200
- 400
- 500
The message was published.
The provided data is not valid.
An internal error occurred while processing the request.