Skip to content

Commit b911aa0

Browse files
author
karthik
committed
docs(jms): fix stale schema references and broken links
1 parent 5d4209d commit b911aa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jms/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Server Object Field Name | Values for JMS Protocol | Description
3636

3737
## Server Binding Object
3838

39-
The JMS [Server Binding Object](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#server-bindings-object) is defined by a [JSON Schema](json_schemas/server.json), which defines these fields:
39+
The JMS [Server Binding Object](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#server-bindings-object) defines these fields:
4040

4141
Field Name | Type | Description
4242
---|:---:|---
4343
<a name="serverBindingObjectJMSConnectionFactory"></a>`jmsConnectionFactory` | string | **REQUIRED**. The classname of the [ConnectionFactory](https://docs.oracle.com/javaee/7/api/javax/jms/ConnectionFactory.html) implementation for the JMS Provider.
44-
<a name="serverBindingObjectJMSProperties"></a>`properties` | [Schema Array](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#schemaArray) | **OPTIONAL**. Additional properties to set on the JMS ConnectionFactory implementation for the JMS Provider.
44+
<a name="serverBindingObjectJMSProperties"></a>`properties` | array of objects | **OPTIONAL**. Additional properties to set on the JMS ConnectionFactory implementation for the JMS Provider. Each item represents a name/value pair.
4545
<a name="serverBindingObjectJMSClientID"></a>`clientID` | string | **OPTIONAL**. A client identifier for applications that use this JMS connection factory. If the Client ID Policy is set to 'Restricted' (the default), then configuring a Client ID on the [ConnectionFactory](https://docs.oracle.com/javaee/7/api/javax/jms/ConnectionFactory.html) prevents more than one JMS client from using a connection from this factory.
4646
<a name="serverBindingObjectBindingVersion"></a>`bindingVersion` | string | **OPTIONAL**, defaults to `latest`. The version of this binding.
4747

@@ -70,7 +70,7 @@ servers:
7070
<a name="channel"></a>
7171
## Channel Binding Object
7272
73-
The JMS [Channel Binding Object](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#channel-bindings-object) is defined by a [JSON Schema](json_schemas/channel.json), which defines these fields:
73+
The JMS [Channel Binding Object](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#channel-bindings-object) defines these fields:
7474
7575
Field Name | Type | Description
7676
---|:---:|---
@@ -109,7 +109,7 @@ This object MUST NOT contain any properties. Its name is reserved for future use
109109

110110
## Message Binding Object
111111

112-
The JMS [Message Binding Object](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#message-bindings-object) is defined by a [JSON Schema](json_schemas/message.json), which defines these fields:
112+
The JMS [Message Binding Object](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#message-bindings-object) defines these fields:
113113

114114
Field Name | Type | Description
115115
---|:---:|---

0 commit comments

Comments
 (0)