[jboss-user] [JBoss Messaging] - UserGuide error in queue destination

ccfellows do-not-reply at jboss.com
Thu Mar 8 16:33:32 EST 2007


Got a couple exceptions in 8.6.4. Deploying a new destination at http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.2.0.GA/html/configuration.html 

Changed Queue to QueueService, added a space between element attributes, changed fullSize, pageSize, and downCacheSize to FullSize, PageSize, and DownCacheSize.



  | <?xml version="1.0" encoding="UTF-8"?>
  | <server>
  |    <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
  |    <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
  |    </loader-repository>
  |    <mbean
  |       code="org.jboss.jms.server.destination.QueueService"
  |      name="jboss.messaging.destination:service=Queue,name=bnincLoggingQueue"
  |      xmbean-dd="xmdesc/Queue-xmbean.xml">
  |       <depends optional-attribute-name="ServerPeer">
  |          jboss.messaging:service=ServerPeer
  |       </depends>
  |       <attribute name="SecurityConfig">
  |          <security>
  |             <role name="guest" read="true" write="true"/>
  |             <role name="publisher" read="true" write="true" create="false"/>
  |             <role name="noacc" read="false" write="false" create="false"/>
  |           </security>
  |       </attribute>
  |       <attribute name="FullSize">75000</attribute>
  |       <attribute name="PageSize">2000</attribute>
  |       <attribute name="DownCacheSize">2000</attribute>
  |    </mbean>
  | </server>
  | 

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

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



More information about the jboss-user mailing list