You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Nicholas DiPiazza (JIRA)" <ji...@apache.org> on 2012/06/18 15:36:42 UTC

[jira] [Updated] (AMQ-3886) Add XInclude support to XML configuration files like activemq.xml

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

Nicholas DiPiazza updated AMQ-3886:
-----------------------------------

    Description: 
We cannot use XInclude in XML configuration files like activemq.xml.

After investigation, I see Activemq does not have XInclude supported/turned-on in Spring 3.0 and it requires extending Spring XML handler classes that alter the DocBuilder to allow XIncludes.

We recommend a patch that will either allow XIncludes or patch XBean to allow embedded imports. 

This is important for our massive deployment because we really would like to de-couple the main activemq.xml from certain broker parameters like queue/topic declarations.

  was:
We cannot use XInclude in XML configuration files like activemq.xml.

After investigation, I see Activemq does not have XInclude supported/turned-on in Spring 3.0 and it requires extending Spring XML handler classes that alter the DocBuilder to allow XIncludes.

This patch will either allow XIncludes or patch XBean to allow embedded imports. 

This is important for our massive deployment because we really would like to de-couple the main activemq.xml from certain broker parameters like queue/topic declarations.

    
> Add XInclude support to XML configuration files like activemq.xml
> -----------------------------------------------------------------
>
>                 Key: AMQ-3886
>                 URL: https://issues.apache.org/jira/browse/AMQ-3886
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.6.0
>         Environment: All platforms
>            Reporter: Nicholas DiPiazza
>
> We cannot use XInclude in XML configuration files like activemq.xml.
> After investigation, I see Activemq does not have XInclude supported/turned-on in Spring 3.0 and it requires extending Spring XML handler classes that alter the DocBuilder to allow XIncludes.
> We recommend a patch that will either allow XIncludes or patch XBean to allow embedded imports. 
> This is important for our massive deployment because we really would like to de-couple the main activemq.xml from certain broker parameters like queue/topic declarations.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira