Skip to content

Commit

Permalink
fix(docs): fix the realtime example
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored and loicmathieu committed May 30, 2024
1 parent 0d482fb commit 5989ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/kestra/plugin/amqp/RealtimeTrigger.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
triggers:
- id: realtime_trigger
type: io.kestra.plugin.amqp.RealtimeTrigger
url: amqp://guest:guest@localhost:5672/my_vhost
queue: amqpTrigger.queue"""
)
Expand Down

0 comments on commit 5989ac2

Please sign in to comment.