Changeset 2978

Show
Ignore:
Timestamp:
08/13/10 00:30:04
Author:
douglm
Message:

Small fixes to activemq configs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/jboss-postgresql/activemq-broker-config.xml

    r2976 r2978  
    198198      <transportConnector name="bedework" uri="tcp://localhost:61616" /> 
    199199      <!-- 
     200      <transportConnector name="bedework" uri="tcp://localhost:61616" /> 
    200201        According to the book we shouldn't specify a discoveryUri - can lead to 
    201202        multiple activemq brokers eating each others messages, At the very least 
  • trunk/config/bwbuild/jboss-postgresql/activemq-jms-ds.xml

    r2977 r2978  
    1414      <connection-definition>javax.jms.QueueConnectionFactory</connection-definition> 
    1515 
    16       <ServerUrl>failover:(tcp://primary:61616)</ServerUrl> 
     16      <ServerUrl>failover:(tcp://localhost:61616)?timeout=3000</ServerUrl> 
    1717      <!--  
    18       <ServerUrl>failover:(tcp://primary:61616)?timeout=3000</ServerUrl> 
     18      <ServerUrl>failover:(tcp://localhost:61616)?timeout=3000</ServerUrl> 
    1919      -->       
    2020      <!-- 
     
    3434      <rar-name>activemq-rar-5.3.0.rar</rar-name> 
    3535      <connection-definition>javax.jms.QueueConnectionFactory</connection-definition> 
    36       <ServerUrl>tcp://localhost:61616</ServerUrl> 
     36 
     37      <ServerUrl>failover:(tcp://localhost:61616)?timeout=3000</ServerUrl> 
    3738      <!-- 
    3839      <UserName>sa</UserName> 
     
    5152      <rar-name>activemq-rar-5.3.0.rar</rar-name> 
    5253      <connection-definition>javax.jms.TopicConnectionFactory</connection-definition> 
    53       <ServerUrl>tcp://localhost:61616</ServerUrl> 
     54 
     55      <ServerUrl>failover:(tcp://localhost:61616)?timeout=3000</ServerUrl> 
    5456      <!-- 
    5557      <UserName>sa</UserName> 
  • trunk/config/bwbuild/jboss-postgresql/sysevents.properties

    r2877 r2978  
    66# use the following property to configure the default connector 
    77java.naming.provider.url = tcp://localhost:61616?trace=true 
     8#java.naming.provider.url = vm://localhost?trace=true 
    89 
    910// Allows us to handle container differences