Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-15520216 - Fix asyncApi-2.x-all examples #1976

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ channels:
some-channel:
bindings:
ibmmq:
destinationType: test
destinationType: queue
queue:
objectName: test
isPartitioned: true
exclusive: false
maxMsgLength: 123
bindingVersion: test
some-other-channel:
bindings:
ibmmq:
destinationType: topic
topic:
string: test
objectName: test
Expand All @@ -59,7 +65,7 @@ channels:
message:
bindings:
ibmmq:
type: test
type: binary
description: test
expiry: 123
bindingVersion: test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,31 @@ channels:
some-channel:
bindings:
ibmmq:
destinationType: test
destinationType: queue
queue:
objectName: test
isPartitioned: true
exclusive: false
maxMsgLength: 123
bindingVersion: test
some-other-channel:
bindings:
ibmmq:
destinationType: topic
topic:
string: test
objectName: test
durablePermitted: true
lastMsgRetained: false
maxMsgLength: 123
bindingVersion: test
description: some channel
publish:
bindings:
ibmmq: {}
message:
bindings:
ibmmq:
type: test
type: binary
description: test
expiry: 123
bindingVersion: test
Expand All @@ -70,7 +75,7 @@ channels:
bindings:
anypointmq:
destination: test
destinationType: test
destinationType: exchange
bindingVersion: 0.1.0
description: some channel
publish:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,37 +40,33 @@ channels:
second-channel:
bindings:
ibmmq:
destinationType: test
queue:
objectName: test
isPartitioned: true
exclusive: false
destinationType: topic
topic:
string: test
objectName: test
durablePermitted: true
lastMsgRetained: false
maxMsgLength: 123
bindingVersion: test
description: some channel
publish:
bindings:
ibmmq: {}
ibmmq: { }
message:
bindings:
ibmmq:
type: test
type: binary
description: test
expiry: 123
bindingVersion: test
headers: test1, test2, test3
payload:
type: string
description: some channel
third-channel:
bindings:
anypointmq:
destination: test
destinationType: test
destinationType: exchange
bindingVersion: 0.1.0
description: some channel
publish:
Expand All @@ -97,7 +93,7 @@ channels:
destinationType: queue
queue:
name: CreatedHREvents
accessType: test
accessType: exclusive
maxMsgSpoolSize: test
maxTtl: test
topicSubscriptions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,33 @@ channels:
second-channel:
bindings:
ibmmq:
destinationType: test
queue:
objectName: test
isPartitioned: true
exclusive: false
destinationType: topic
topic:
string: test
objectName: test
durablePermitted: true
lastMsgRetained: false
maxMsgLength: 123
bindingVersion: test
description: some channel
publish:
bindings:
ibmmq: {}
ibmmq: { }
message:
bindings:
ibmmq:
type: test
type: binary
description: test
expiry: 123
bindingVersion: test
headers: test1, test2, test3
payload:
type: string
description: some channel
third-channel:
bindings:
anypointmq:
destination: test
destinationType: test
destinationType: exchange
bindingVersion: 0.1.0
description: some channel
publish:
Expand All @@ -122,7 +118,7 @@ channels:
destinationType: queue
queue:
name: CreatedHREvents
accessType: test
accessType: exclusive
maxMsgSpoolSize: test
maxTtl: test
topicSubscriptions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,33 @@ channels:
second-channel:
bindings:
ibmmq:
destinationType: test
queue:
objectName: test
isPartitioned: true
exclusive: false
destinationType: topic
topic:
string: test
objectName: test
durablePermitted: true
lastMsgRetained: false
maxMsgLength: 123
bindingVersion: test
description: some channel
publish:
bindings:
ibmmq: {}
ibmmq: { }
message:
bindings:
ibmmq:
type: test
type: binary
description: test
expiry: 123
bindingVersion: test
headers: test1, test2, test3
payload:
type: string
description: some channel
third-channel:
bindings:
anypointmq:
destination: test
destinationType: test
destinationType: exchange
bindingVersion: 0.1.0
description: some channel
publish:
Expand All @@ -122,7 +118,7 @@ channels:
destinationType: queue
queue:
name: CreatedHREvents
accessType: test
accessType: exclusive
maxMsgSpoolSize: test
maxTtl: test
topicSubscriptions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,37 +72,33 @@ channels:
second-channel:
bindings:
ibmmq:
destinationType: test
queue:
objectName: test
isPartitioned: true
exclusive: false
destinationType: topic
topic:
string: test
objectName: test
durablePermitted: true
lastMsgRetained: false
maxMsgLength: 123
bindingVersion: test
description: some channel
publish:
bindings:
ibmmq: {}
ibmmq: { }
message:
bindings:
ibmmq:
type: test
type: binary
description: test
expiry: 123
bindingVersion: test
headers: test1, test2, test3
payload:
type: string
description: some channel
third-channel:
bindings:
anypointmq:
destination: test
destinationType: test
destinationType: exchange
bindingVersion: 0.1.0
description: some channel
publish:
Expand All @@ -129,7 +125,7 @@ channels:
destinationType: queue
queue:
name: CreatedHREvents
accessType: test
accessType: exclusive
maxMsgSpoolSize: test
maxTtl: test
topicSubscriptions:
Expand Down
Loading