Skip to content

Commit

Permalink
fix: amqp out doc (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalz authored Feb 22, 2024
2 parents 16bc6f9 + 72bdc70 commit e8069e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/_ldio/ldio-outputs/ldio-amqp-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ is added as a header to the message with key "contentType".
## Example

```yaml
input:
name: Ldio:AmqpOut
config:
remote-url: amqp://localhost:61616
username: artemis
password: artemis
queue: example
rdf-writer:
content-type: application/n-quads
outputs:
- name: Ldio:AmqpOut
config:
remote-url: amqp://localhost:61616
username: artemis
password: artemis
queue: example
rdf-writer:
content-type: application/n-quads
```

0 comments on commit e8069e3

Please sign in to comment.