RabbitClient.sendMessage

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CorrelationID sendMessage(string messageBody, string routingKey, string contentType)
    struct RabbitClient
    sendMessage
    (,
    string routingKey
    ,
    string contentType = "text/plain"
    )
  2. auto sendMessage(const(ubyte)[] message, string routingKey, from!"core.time".Duration timeout, string contentType)

Meta