[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2.0 destination config.

ataylor do-not-reply at jboss.com
Wed Jan 9 10:35:52 EST 2008


ok, so we have queues.xml file which contains entries to override queue settings.

  | <queue-settings match="*">
  |       <clustered>false</clustered>
  |       <full-size>200000</full-size>
  |       <page-size>2000</page-size>
  |       <down-cache-size>2000</down-cache-size>
  |       <dlq>DLQ</dlq>
  |       <expiry-queue>ExpiryQueue</expiry-queue>
  |       <redelivery-delay>0</redelivery-delay>
  |       <max-size>-1</max-size>
  |       <max-delivery-attempts>10</max-delivery-attempts>
  |       <default-queue-jndi-context>/queue</default-queue-jndi-context>
  |       <default-topic-jndi-context>/topic</default-topic-jndi-context>
  |    </queue-settings>
  | 
so this entry matches all destinations so in essence is the default set of settings. If we do this we dont need to keep them in the jbm-configuration.xml file as we do now!




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

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



More information about the jboss-dev-forums mailing list