[jboss-user] [JBoss Messaging] - Queue attributes not being implemented

Stephen.Campbell do-not-reply at jboss.com
Tue May 22 05:01:47 EDT 2007


Hi Folks,

I have downloaded version 1.2.0sp1 and cant seem to get any of the queue attributes to work, for example RedeliveryDelay, MaxNumberOfAttempts, DLQ etc. 

I can see from the JMX console that the values I am giving are being picked up and associated with the queue but unfortunately not being implementeD.

An example of my queue config is below.

<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=retryMessage2" xmbean-dd="xmdesc/Queue-xmbean.xml">

   <depends optional-attribute-name="ServerPeer">
      jboss.messaging:service=ServerPeer
   </ depends>

   < depends>
      jboss.messaging:service=PostOffice
   </ depends>
		
   < attribute name="DLQ">
      jboss.messaging.destination:service=Queue,name=retryMessage3
   </ attribute>
		
   < attribute name="RedeliveryDelay">
      120000
   </ attribute>
	
</ mbean>

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

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



More information about the jboss-user mailing list