Skip to content

Commit

Permalink
Merge pull request #1976 from aml-org/W-15520216
Browse files Browse the repository at this point in the history
W-15520216 - Fix asyncApi-2.x-all examples
  • Loading branch information
looseale authored Apr 18, 2024
2 parents 96891b5 + 84ee651 commit eca11ab
Show file tree
Hide file tree
Showing 38 changed files with 69,986 additions and 47 deletions.
Empty file.
Empty file.
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
Empty file.
Empty file.
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
Empty file.
Empty file.
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
Empty file.
Empty file.
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
Empty file.
Empty file.
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
Empty file.
Empty file.
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

0 comments on commit eca11ab

Please sign in to comment.