[ 
https://issues.apache.org/jira/browse/AMQ-4162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Tully updated AMQ-4162:
----------------------------

    Description: 
Users would like to be able to add meta information to a destination, such as 
the owner of a queue.
Destination options allow arbitrary information to be associated with a 
destination via a query parameter on the name.
They are normally hidden b/c they are interpreted internally as policy entry 
overrides so not generally of interest.
Providing visibility of this information makes it usable for meta info purposes 
b/c a user can add any information they like in there.

{code}
 <broker ...>
   <destinations>
     <queue physicalName="FOO.BAR?owner=joe&mobile=123" />
   </destinations>
 </broker>{code}

via JMX the query string is available in the DestinationView via the options 
attribute.

Changing this information over time does not effect the destination.

  was:
Users would like to be able to add meta information to a destination, such as 
the owner of a queue.
Destination options allow arbitrary information to be associated with a 
destination via a query parameter on the name.
They are normally hidden b/c they are interpreted internally as policy entry 
overrides so not generally of interest.
Providing visibility of this information makes it usable for meta info purposes 
b/c a user can add any information they like in there.

{code}
 <broker ...>
   <destinations>
     <queue physicalName="FOO.BAR?owner=joe&mobile=123" />
   </destinations>
 </broker>{code}

via JMX the query string is available in the DestinationView via the options 
attribute.

    
> Provide JMX visibility into options applied via destination name query 
> parameters
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-4162
>                 URL: https://issues.apache.org/jira/browse/AMQ-4162
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker, JMX
>    Affects Versions: 5.7.0
>            Reporter: Gary Tully
>              Labels: destinations, jmx, metadata
>             Fix For: 5.8.0
>
>
> Users would like to be able to add meta information to a destination, such as 
> the owner of a queue.
> Destination options allow arbitrary information to be associated with a 
> destination via a query parameter on the name.
> They are normally hidden b/c they are interpreted internally as policy entry 
> overrides so not generally of interest.
> Providing visibility of this information makes it usable for meta info 
> purposes b/c a user can add any information they like in there.
> {code}
>  <broker ...>
>    <destinations>
>      <queue physicalName="FOO.BAR?owner=joe&mobile=123" />
>    </destinations>
>  </broker>{code}
> via JMX the query string is available in the DestinationView via the options 
> attribute.
> Changing this information over time does not effect the destination.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to