Skip to content

Commit

Permalink
fix: add missed IBM MQ Operation Binding (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Sep 24, 2022
1 parent b0c2f9c commit 68d85d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/asyncapi.md
Expand Up @@ -1067,6 +1067,7 @@ Field Name | Type | Description
<a name="operationBindingsObjectSTOMP"></a>`stomp` | [STOMP Operation Binding](https://github.com/asyncapi/bindings/blob/master/stomp/README.md#operation) | Protocol-specific information for a STOMP operation.
<a name="operationBindingsObjectRedis"></a>`redis` | [Redis Operation Binding](https://github.com/asyncapi/bindings/blob/master/redis#operation) | Protocol-specific information for a Redis operation.
<a name="operationBindingsObjectMercure"></a>`mercure` | [Mercure Operation Binding](https://github.com/asyncapi/bindings/blob/master/mercure#operation) | Protocol-specific information for a Mercure operation.
<a name="operationBindingsObjectIBMMQ"></a>`ibmmq` | [IBM MQ Operation Binding](https://github.com/asyncapi/bindings/blob/master/ibmmq#operation-binding-object) | Protocol-specific information for an IBM MQ operation.

This object MAY be extended with [Specification Extensions](#specificationExtensions).

Expand Down

0 comments on commit 68d85d1

Please sign in to comment.