许多孩子的英文:activemq配置sqlserver的联接参数

来源:百度文库 编辑:九乡新闻网 时间:2024/04/29 08:21:01
1.修改地方为红色部分2.将sqlserver的驱动包放入到apache-activemq-5.2.0\lib\optional下3.重新启动就可以了



  xmlns="http://www.springframework.org/schema/beans"
  xmlns:amq="http://activemq.apache.org/schema/core"
  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-2.0.xsd
  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd  
  http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">

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

   

       
       
           
               
                   
                   
                     
                   

               

           

       

       
       
           
       

       
       
    
  
      
  
   

   

       
       

       
       

       
           
       

       
       
       
           
               
                   
               

               
                   
               

               
                   
               

           

       


       
       
           
           
           
           
       

 

   
 
 
   
        com.microsoft.jdbc.sqlserver.SQLServerDriver
   

   
        jdbc:microsoft:sqlserver://172.16.88.116:1433;DatabaseName=jobcn_boss_train
   

   
        boss_dev
   

   
        boss_dev2008
   

   

   
   

       
        org.foo.bar