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)
  2. auto sendMessage(const(ubyte)[] message, string routingKey, from!"core.time".Duration timeout, string contentType)
    struct RabbitClient
    sendMessage
    (
    bool waitForResponse = true
    )
    (
    const(ubyte)[] message
    ,
    string routingKey
    ,
    from!"core.time".Duration timeout = from!"core.time".Duration.init
    ,
    string contentType = "text/plain"
    )

Meta