Skip to content

Commit

Permalink
rabbitmq: use declarative exchanges
Browse files Browse the repository at this point in the history
Signed-off-by: Login Victor <batazor@evrone.com>
  • Loading branch information
batazor committed Sep 16, 2022
1 parent ca9f8a1 commit 01d0b1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: Exchange
metadata:
name: shortlink.link.event.created.yaml
spec:
name: shortlink.link.event.created.yaml # name of the exchange
name: shortlink.link.event.created
vhost: "/" # default to '/' if not provided
type: fanout # default to 'direct' if not provided
autoDelete: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: Exchange
metadata:
name: shortlink.link.event.new.yaml
spec:
name: shortlink.link.event.new.yaml # name of the exchange
name: shortlink.link.event.new
vhost: "/" # default to '/' if not provided
type: fanout # default to 'direct' if not provided
autoDelete: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: Exchange
metadata:
name: shortlink.metadata.cqrs.new.yaml
spec:
name: shortlink.metadata.cqrs.new.yaml # name of the exchange
name: shortlink.metadata.cqrs.new
vhost: "/" # default to '/' if not provided
type: fanout # default to 'direct' if not provided
autoDelete: false
Expand Down

0 comments on commit 01d0b1b

Please sign in to comment.