You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
servers:
production:
url: jms://my-activemq-broker:61616protocol: jmsprotocolVersion: '1.1'description: The production ActiveMQ broker accessed via JMS.
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Describe the bug you found in AsyncAPI Docs.
The https://github.com/asyncapi/bindings/blob/master/jms/README.md#examples shows
If this object is related with https://github.com/asyncapi/bindings/blob/master/jms/README.md#server-object then the
description
field shouldn't be included (or it's missing from the Server Object definition) Also, theurl
field doesn't exist anymore in https://www.asyncapi.com/docs/reference/specification/v3.0.0#serverObject being replaced by thehosts
field.Also, the https://github.com/asyncapi/bindings/blob/master/jms/README.md#server-binding-object points to a Schema Array which doesn't exist anymore. Based in the example it probably should refer to a generic
Map[string, string]
but I may be wrong there.Attach any resources that can help us understand the issue.
See https://github.com/asyncapi/bindings/blob/master/jms/README.md#examples
The format of https://github.com/asyncapi/bindings/blob/master/jms/README.md#examples-2 also seems broken compared with the provided documentation
Code of Conduct
The text was updated successfully, but these errors were encountered: