Skip to content

Commit

Permalink
feat: add new protocol bindings for IBM MQ (#58)
Browse files Browse the repository at this point in the history
Added protocol constant that was defined in
asyncapi/bindings#52

Contributes to: asyncapi/bindings#48

Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
  • Loading branch information
dalelane authored Jun 22, 2021
1 parent 8697f21 commit 4c8c50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/2.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,8 @@
"sns": {},
"sqs": {},
"stomp": {},
"redis": {}
"redis": {},
"ibmmq": {}
}
},
"correlationId": {
Expand Down

0 comments on commit 4c8c50e

Please sign in to comment.