Skip to content

Commit

Permalink
Remove the second channel from the Channel Bindings example
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Apr 18, 2023
1 parent f7ce371 commit dbc31fd
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions jms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,13 @@ The following example shows a `channels` object with two channels, the second ha
```yaml
channels:
user.signup:
description: |
This application receives command messages from this channel about users to sign up.
Minimal configuration, omitting a channel binding object.
publish:
#...
user.signedup:
description: |
This application sends events to this channel about users that have signed up.
Explicitly provides a channel binding object.
description: This application receives command messages from this channel about users to sign up.
bindings:
jms:
destination: user-signed-up
destination: user-sign-up
destinationType: fifo-queue
bindingVersion: '0.0.1'
subscribe:
publish:
#...
```

Expand Down

0 comments on commit dbc31fd

Please sign in to comment.