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

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

Github user kgiusti commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/218#discussion_r151167247
  
    --- Diff: doc/new-book/routing.adoc ---
    @@ -288,11 +307,13 @@ address {
     }
     ----
     
    -`prefix`:: The address prefix that matches the broker queue to which you 
want to route messages.
    +`prefix` | `pattern`:: The address prefix that matches the broker queue to 
which you want to route messages.
     +
    -//tag::prefix-matching[]
    -The prefix can match either an exact address or a segment within an 
address that is delimited by either a `.` or `/` character. For example, the 
prefix `my_address` would match the address `my_address` as well as 
`my_address.1` and `my_address/1`. However, it would not match `my_address1`.
    -//end::prefix-matching[]
    +The address prefix or pattern that matches the broker queue to which you 
want to send messages. You can specify a prefix to match an exact address or 
segment of an address. Alternatively, you can specify a pattern to match an 
address using wildcards.
    --- End diff --
    
    Line 312 essentially duplicates 310, or at least that was my impression on 
the read through.  Perhaps replace the description on 310 with the one in 312?


> Document address and link route wildcards
> -----------------------------------------
>
>                 Key: DISPATCH-875
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-875
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.1.0
>            Reporter: Ben Hardesty
>            Assignee: Ben Hardesty
>
> Update Dispatch Router doc to describe how to define groups of addresses 
> using the new "pattern" address attribute.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to