[ 
https://issues.apache.org/jira/browse/DISPATCH-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185796#comment-17185796
 ] 

ASF GitHub Bot commented on DISPATCH-1680:
------------------------------------------

jiridanek commented on a change in pull request #836:
URL: https://github.com/apache/qpid-dispatch/pull/836#discussion_r478357167



##########
File path: docs/books/modules/user-guide/adding-metadata-to-connections.adoc
##########
@@ -0,0 +1,90 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License
+////
+
+// Module is included in the following assemblies:
+//
+// configuring-network-connections.adoc
+
+[id='adding-metadata-to-connections-{context}']
+= Adding metadata to connections
+
+In a complex topology, it can be useful to add metadata to connections so that 
messages can be handled programmatically.
+
+.Procedure
+
+include::{FragmentDir}/fragment-router-open-config-file-step.adoc[]
+
+. Add arbitrary JSON to the `connector` configuration using the 
'openProperties' attribute.
++
+--
+This example adds the property `label` with the value `green`.
+
+[options="nowrap",subs="+quotes"]
+----
+connector {
+   name: broker
+   role: route-container
+   host: 127.0.0.1
+   port: 22180
+   saslMechanisms: ANONYMOUS
+   openProperties: {
+      "label": "green"

Review comment:
       missing brace
   ```suggestion
         "label": "green"
     }
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Document openProperties
> -----------------------
>
>                 Key: DISPATCH-1680
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1680
>             Project: Qpid Dispatch
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Paul Wright
>            Assignee: Paul Wright
>            Priority: Minor
>
> Follow up on DISPATCH-1656 with appropriate documentation if required.
> ATM it's unclear what the use case for this feature is, other than it's a 
> power user feature.
> Also, waiting for feedback on feature, as changes are expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to