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
Copy file name to clipboardExpand all lines: jms/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,12 @@ Server Object Field Name | Values for JMS Protocol | Description
36
36
37
37
## Server Binding Object
38
38
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:
40
40
41
41
Field Name | Type | Description
42
42
---|:---:|---
43
43
<aname="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
-
<aname="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
+
<aname="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.
45
45
<aname="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.
46
46
<aname="serverBindingObjectBindingVersion"></a>`bindingVersion` | string | **OPTIONAL**, defaults to `latest`. The version of this binding.
47
47
@@ -70,7 +70,7 @@ servers:
70
70
<a name="channel"></a>
71
71
## Channel Binding Object
72
72
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:
74
74
75
75
Field Name | Type | Description
76
76
---|:---:|---
@@ -109,7 +109,7 @@ This object MUST NOT contain any properties. Its name is reserved for future use
109
109
110
110
## Message Binding Object
111
111
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:
0 commit comments