1 Reply Latest reply on Mar 10, 2007 11:57 AM by timfox

    UserGuide error in queue destination

    ccfellows

      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>