Skip to content

Commit

Permalink
Indicate compatibility with Jakarta Messaging as per feedback from @r…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jun 6, 2023
1 parent b9e7a4d commit d366b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ These bindings use the `jms` [protocol](https://github.com/asyncapi/spec/blob/ma

JMS is not technically a protocol, rather it is an API. A JMS Provider implements the JMS API and may define a protocol for implementing JMS API operations. Regardless, for the purposes of AsyncAPI we can treat it like a "protocol" to enable AsyncAPI definitions that are somewhat portable between various JMS Providers. If necessary, the user is free to combine this binding with other bindings that implement a JMS Provider (e.g. [Apache Pulsar](https://github.com/asyncapi/bindings/tree/master/pulsar), [Amazon SQS](https://github.com/asyncapi/bindings/tree/master/sqs), [IBM MQ](https://github.com/asyncapi/bindings/tree/master/ibmmq), etc.) to detail JMS Provider specific configuration.

**NOTE** that from protocol version 3.0, this binding is compatible with [Jakarta Messaging](https://jakarta.ee/specifications/messaging).

## Server Object

Expand Down

0 comments on commit d366b44

Please sign in to comment.