Changeset 2975
- Timestamp:
- 08/11/10 10:51:07
- Files:
-
- releases/bedework-3.6/config/bwbuild/jboss-h2/activemq-broker-config.xml (modified) (2 diffs)
- releases/bedework-3.6/config/bwbuild/jboss-mysql/activemq-broker-config.xml (modified) (1 diff)
- releases/bedework-3.6/config/bwbuild/jboss-postgresql/activemq-broker-config.xml (modified) (1 diff)
- releases/bedework-3.6/config/bwbuild/jboss/activemq-broker-config.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.6/config/bwbuild/jboss-h2/activemq-broker-config.xml
r2831 r2975 84 84 <queue physicalName="bedework.sysevents.logger" /> 85 85 <queue physicalName="bedework.sysevents.monitor" /> 86 <filteredDestination selector="indexable = 'true'" 87 queue="bedework.crawler"/> 86 <queue physicalName="bedework.crawler" /> 88 87 <filteredDestination selector="inbox = 'true'" 89 88 queue="bedework.scheduleIn"/> … … 197 196 <!-- The transport connectors ActiveMQ will listen to --> 198 197 <transportConnectors> 198 <transportConnector name="bedework" uri="tcp://localhost:61616" /> 199 <!-- 200 According to the book we shouldn't specify a discoveryUri - can lead to 201 multiple activemq brokers eating each others messages, At the very least 202 it leads to exceptions when I close the lid of my laptop. 199 203 <transportConnector name="bedework" uri="tcp://localhost:61616" discoveryUri="multicast://default"/> 200 <!--201 204 <transportConnector name="xmpp" uri="xmpp://localhost:61222"/> 202 205 --> releases/bedework-3.6/config/bwbuild/jboss-mysql/activemq-broker-config.xml
r2784 r2975 196 196 <!-- The transport connectors ActiveMQ will listen to --> 197 197 <transportConnectors> 198 <transportConnector name="bedework" uri="tcp://localhost:61616" /> 199 <!-- 200 According to the book we shouldn't specify a discoveryUri - can lead to 201 multiple activemq brokers eating each others messages, At the very least 202 it leads to exceptions when I close the lid of my laptop. 198 203 <transportConnector name="bedework" uri="tcp://localhost:61616" discoveryUri="multicast://default"/> 199 <!--200 204 <transportConnector name="xmpp" uri="xmpp://localhost:61222"/> 201 205 --> releases/bedework-3.6/config/bwbuild/jboss-postgresql/activemq-broker-config.xml
r2965 r2975 196 196 <!-- The transport connectors ActiveMQ will listen to --> 197 197 <transportConnectors> 198 <transportConnector name="bedework" uri="tcp://localhost:61616" /> 199 <!-- 200 According to the book we shouldn't specify a discoveryUri - can lead to 201 multiple activemq brokers eating each others messages, At the very least 202 it leads to exceptions when I close the lid of my laptop. 198 203 <transportConnector name="bedework" uri="tcp://localhost:61616" discoveryUri="multicast://default"/> 199 <!--200 204 <transportConnector name="xmpp" uri="xmpp://localhost:61222"/> 201 205 --> releases/bedework-3.6/config/bwbuild/jboss/activemq-broker-config.xml
r2788 r2975 84 84 <queue physicalName="bedework.sysevents.logger" /> 85 85 <queue physicalName="bedework.sysevents.monitor" /> 86 <filteredDestination selector="indexable = 'true'" 87 queue="bedework.crawler"/> 86 <queue physicalName="bedework.crawler" /> 88 87 <filteredDestination selector="inbox = 'true'" 89 88 queue="bedework.scheduleIn"/> … … 197 196 <!-- The transport connectors ActiveMQ will listen to --> 198 197 <transportConnectors> 198 <transportConnector name="bedework" uri="tcp://localhost:61616" /> 199 <!-- 200 According to the book we shouldn't specify a discoveryUri - can lead to 201 multiple activemq brokers eating each others messages, At the very least 202 it leads to exceptions when I close the lid of my laptop. 199 203 <transportConnector name="bedework" uri="tcp://localhost:61616" discoveryUri="multicast://default"/> 200 <!--201 204 <transportConnector name="xmpp" uri="xmpp://localhost:61222"/> 202 205 -->
