[jboss-user] [JBoss Messaging] - Re: MaxDeliveryAttempts not working

mariuszs do-not-reply at jboss.com
Wed Jul 29 06:06:57 EDT 2009


"ataylor" wrote : From the log message it looks like its the JCA layer thats sending to the DLQ not JBM. You're MDB config is probably incorrect.
  | 
  | The JCA or App server forums should be able to help you or take a look at the MDB docs.
Im using default configuration, so the default configuration in jboss501 is not working?
	<mbean code="org.jboss.jms.server.destination.QueueService"
  | 		name="jboss.messaging.destination:service=Queue,name=MyQueue"
  | 		xmbean-dd="xmdesc/Queue-xmbean.xml">
  | 
  | 		<attribute name="MessageCounterHistoryDayLimit">-1</attribute>
  | 		
  | 		<attribute name="RedeliveryDelay">300000</attribute>
  | 	
  | 		<attribute name="MaxDeliveryAttempts">100000</attribute>		
  | 		
  | 		<attribute name="SecurityConfig">
  | 			<security>
  | 				<role name="myrole" read="true" write="true" create="true" />
  | 			</security>
  | 		</attribute>
  | 		<depends optional-attribute-name="ServerPeer">
  | 			jboss.messaging:service=ServerPeer</depends>
  | 		<depends>jboss.messaging:service=PostOffice
  | 		</depends>
  | 		<attribute name="Clustered">true</attribute>
  | 	</mbean>

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

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



More information about the jboss-user mailing list