[jboss-user] [JBoss Messaging] - Re: How to set the FullSize of the queue

peepod do-not-reply at jboss.com
Mon Aug 18 06:26:52 EDT 2008


Its actually quite simple, all I had to do was add some simple attributes as follows:

<mbean code="org.jboss.jms.server.destination.QueueService"
  |              name="jboss.messaging.destination:service=Queue,name=site"
  |              xmbean-dd="xmdesc/Queue-xmbean.xml">
  |              <annotation>@org.jboss.system.deployers.managed.ManagementObjectClass
  |                   (code=org.jboss.jms.server.destination.QueueServiceMO)
  |              </annotation>      
  |              <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |              <depends>jboss.messaging:service=PostOffice</depends>
  |              <attribute name="FullSize">2000</attribute>
  | 	     <attribute name="PageSize">2000</attribute>            
  |              <attribute name="DownCacheSize">2000</attribute>
  | </mbean>

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

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



More information about the jboss-user mailing list