Also, here's my config:

<beans xmlns="http://activemq.org/config/1.0";>
  
  <broker brokerName="master1" persistent="true" useJmx="true">
  
    <!--  Use the following to set the broker memory limit (in bytes)
        <memoryManager>  
                <usageManager id="memory-manager" limit="1048576"/>
        </memoryManager>
        -->
        
        <!-- Use the following to configure how ActiveMQ is exposed in JMX -->
        <managementContext>
           <managementContext connectorPort="60009"
jmxDomainName="org.apache.activemq"/>
        </managementContext>
        
  
    <persistenceAdapter>
      <journaledJDBC journalLogFiles="5" dataDirectory="../activemq-data"/>
    </persistenceAdapter>
  
    <transportConnectors>
       <transportConnector name="default" uri="tcp://localhost:60001"
discoveryUri="multicast://default"/>
       <transportConnector name="stomp"   uri="stomp://localhost:60008"/>
    </transportConnectors>
    
    <networkConnectors>
      <!-- by default just auto discover the other brokers -->
        <networkConnector name="default" uri="multicast://default"/>
    </networkConnectors>
    
  </broker>

</beans>
--
View this message in context: 
http://www.nabble.com/Out-of-Memory---RC2-t1393354.html#a3749161
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to