Create Subscription

properties:
  subject: 'meshblu.request'
  correlationId: '71027de4-f6ed-4431-b548-679fd1f5c154'
  replyTo: 'ca3b867c-cc46-4d40-a2b7-34259690dc38.response'
applicationProperties:
  jobType: 'CreateSubscription'
  toUuid: 'eb232d93-f564-4f0d-a8d8-2f6e36bc9301'
body: '{"emitterUuid": "eb232d93-f564-4f0d-a8d8-2f6e36bc9301", "subscriberUuid": "ca3b867c-cc46-4d40-a2b7-34259690dc38", "type": "broadcast.sent"}'

The server will then process the message, and send the response to the replyTo as the subject in the response message. The correlationId is used to match requests to responses.

properties:
  subject: 'ca3b867c-cc46-4d40-a2b7-34259690dc38.response'
  correlationId: '71027de4-f6ed-4431-b548-679fd1f5c154'
applicationProperties:
  statusCode: 200
body: '{}'