Publish a message
POST/messages/publication
Publishes a single message. Messages are published to specific partitions computed from their correlation keys. 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.
Internal server error.