Changeset 2978
- Timestamp:
- 08/13/10 00:30:04
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/jboss-postgresql/activemq-broker-config.xml
r2976 r2978 198 198 <transportConnector name="bedework" uri="tcp://localhost:61616" /> 199 199 <!-- 200 <transportConnector name="bedework" uri="tcp://localhost:61616" /> 200 201 According to the book we shouldn't specify a discoveryUri - can lead to 201 202 multiple activemq brokers eating each others messages, At the very least trunk/config/bwbuild/jboss-postgresql/activemq-jms-ds.xml
r2977 r2978 14 14 <connection-definition>javax.jms.QueueConnectionFactory</connection-definition> 15 15 16 <ServerUrl>failover:(tcp:// primary:61616)</ServerUrl>16 <ServerUrl>failover:(tcp://localhost:61616)?timeout=3000</ServerUrl> 17 17 <!-- 18 <ServerUrl>failover:(tcp:// primary:61616)?timeout=3000</ServerUrl>18 <ServerUrl>failover:(tcp://localhost:61616)?timeout=3000</ServerUrl> 19 19 --> 20 20 <!-- … … 34 34 <rar-name>activemq-rar-5.3.0.rar</rar-name> 35 35 <connection-definition>javax.jms.QueueConnectionFactory</connection-definition> 36 <ServerUrl>tcp://localhost:61616</ServerUrl> 36 37 <ServerUrl>failover:(tcp://localhost:61616)?timeout=3000</ServerUrl> 37 38 <!-- 38 39 <UserName>sa</UserName> … … 51 52 <rar-name>activemq-rar-5.3.0.rar</rar-name> 52 53 <connection-definition>javax.jms.TopicConnectionFactory</connection-definition> 53 <ServerUrl>tcp://localhost:61616</ServerUrl> 54 55 <ServerUrl>failover:(tcp://localhost:61616)?timeout=3000</ServerUrl> 54 56 <!-- 55 57 <UserName>sa</UserName> trunk/config/bwbuild/jboss-postgresql/sysevents.properties
r2877 r2978 6 6 # use the following property to configure the default connector 7 7 java.naming.provider.url = tcp://localhost:61616?trace=true 8 #java.naming.provider.url = vm://localhost?trace=true 8 9 9 10 // Allows us to handle container differences
