ActiveMQ安装文件的详细配置详解

  xmlns="http://www.springframework.org/schema/beans"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">

   
       
          file:${activemq.conf}/credentials.properties
       

   



   
              lazy-init="false" scope="singleton"
          init-method="start" destroy-method="stop">
   


        brokerName="127.0.0.1"
    dataDirectory="${activemq.data}">

       
           
             
               
               
                 
                 
                   
                      
                      
                 

                
                 
                 
                   
                      
                 
  
                  
                  
                 
                   
                   
                        
                 
 




                 
                 
                   
                   
                 



                 
                 
                   
                   
                   
                 





                 
                 
                   
                     
                 



                 
                 
                   
                     
                 

                 
                 
                   
                       
                 

               



               
               
                     
                          
                     

                     
                       
                     

                      
                           
                   
 
                   
                       
                   

                   
                       
                   

                   
                       
                   

                   
                        
                          
                              
                                  
                           
  
                       
  
                   

               

             

           

       

        
       
       
           
       

       
       
           
             
           
           
           
       

       
       
         
           
                  
               
                   
               

                  
               
                   
               

                  
               
                   
               

           

       

       
       
                
           
           
       



       
          
                            duplex="true"
                dynamicOnly="true"
                networkTTL="3"
                prefetchSize="1"
                decreaseNetworkConsumerPriority="true"
                conduitSubscriptions="true"/>  
       
  


       
           
       

       
          
                     
       
 
   

   



文章转自: https://my.oschina.net/coderedrain/blog/724943?utm_source=tuicool&utm_medium=referral

你可能感兴趣的:(ActiveMQ安装文件的详细配置详解)