[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

clebert.suconic@jboss.com do-not-reply at jboss.com
Tue Aug 4 13:24:31 EDT 2009


You could set the max size at jbm-configuration.xml:


  |    <address-settings>
  |       <!--default for catch all-->
  |       <address-setting match="#">
  |          <clustered>false</clustered>
  |          <dead-letter-address>jms.queue.DLQ</dead-letter-address>
  |          <expiry-address>jms.queue.ExpiryQueue</expiry-address>
  |          <redelivery-delay>0</redelivery-delay>
  |          <max-size-bytes>104857600</max-size-bytes>
  |          <page-size-bytes>10485760</page-size-bytes>
  |          <distribution-policy-class>org.jboss.messaging.core.server.impl.RoundRobinDistributor</distribution-policy-class>
  |          <message-counter-history-day-limit>10</message-counter-history-day-limit>
  |       </address-setting>
  |    </address-settings>
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247937#4247937

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247937



More information about the jboss-user mailing list