Skip to content

Commit

Permalink
PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Dec 12, 2024
1 parent ca4034f commit 210cea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/messaging/rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ The Semantic Conventions for [RabbitMQ](https://www.rabbitmq.com/) extend and ov

### Destination name

n RabbitMQ, the destination is defined by an *exchange*, a *routing key* and
In RabbitMQ, the destination is defined by an *exchange*, a *routing key* and
for consumers, a *queue*.

`messaging.destination.name` MUST be set to:
`messaging.destination.name` SHOULD be set to:

#### Producers

- `{exchange}:{routing key}` when both values are present and non-empty.
If any has an empty value (e.g., the default exchange is used) it SHOULD be omitted.
- Otherwise: `amq.default`
- Otherwise: `amq.default` when the default exchange is used and no routing key is provided

#### Consumers

Expand Down

0 comments on commit 210cea0

Please sign in to comment.