[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1169) Support for variable replacement in clientID and message selectors in BridgeService deployment descriptor

Tim Fox (JIRA) jira-events at lists.jboss.org
Sat Sep 13 09:18:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBMESSAGING-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Fox updated JBMESSAGING-1169:
---------------------------------

    Fix Version/s: 1.4.1.GA


> Support for variable replacement in clientID and message selectors in BridgeService deployment descriptor
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JBMESSAGING-1169
>                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1169
>             Project: JBoss Messaging
>          Issue Type: Feature Request
>          Components: Messaging Core
>    Affects Versions: 1.4.0.SP1
>         Environment: All environments
>            Reporter: Abel Munoz Alcaraz
>            Assignee: Tim Fox
>            Priority: Minor
>             Fix For:  1.4.0.SP3.CP04, 1.4.1.GA
>
>
> This enhancement will allow the replacement of variables (literals, java properties, OS variables) by its content.
> For example:
> If you set this clientID in the descriptor "<attribute name='ClientID'>${hostname}</attribute>" the string ${hostname} will be replaced with the local computer name. The variable names must be beetwen this characters: ${} (ant style).
> At the first release we could support this types:
> ${hostname} --> local computer name
> ${hostaddress} --> local computer ip address
> ${hostaddress:xxx.xxx.xxx.xxx} -> local computer adapter ip (useful for VPNs:it search what is the network adapter who allows traffic to xxx.xxx.xxx.xxx and gets its ip)
> ${env:xxxxxx} -> OS xxxxx variable
> ${java:xxxxx} -> java property (java -Dxxxx=?????)
> This enhancement will allow automatic deployment of any number of AS in a, for example, big private network of ASs with one master server and client servers with durable subscriptions.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list