Skip to content

Commit

Permalink
Update channel_api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored May 13, 2023
1 parent 7f5132d commit 00a87ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions channel_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1018,9 +1018,9 @@ trivially[1][rabbitmq-idempotent-delete].
Publish a single message to an exchange. The mandatory parameters are:

* `exchange` and `routingKey`: the exchange and routing key, which
determine where the message goes. A special case is sending `''` as
the exchange, which will send directly to the queue named by the
routing key; `#sendToQueue` below is equivalent to this special
determine where the message goes. A special case is sending `''`
(or undefined) as the exchange, which will send directly to the queue
named by the routing key; `#sendToQueue` below is equivalent to this special
case. If the named exchange does not exist, the channel will be
closed.

Expand Down

0 comments on commit 00a87ab

Please sign in to comment.