Hello *! How can I replace the DLQ by another queue for one MDB? I tried to add the following into the jboss.xml of my deployed module, but it had NO effect: <container-configurations> | <container-configuration> | <!-- Use the standardjboss.xml container-name so we only have | to specify the elements we want to override --> | <container-name>Standard Message Driven Bean</container-name> | <container-invoker-conf> | <MDBConfig> | <ReconnectIntervalSec>30</ReconnectIntervalSec> | <DLQConfig> | <DestinationQueue>queue/my/FailQueue</DestinationQueue> | <MaxTimesRedelivered>3</MaxTimesRedelivered> | <TimeToLive>0</TimeToLive> | </DLQConfig> | </MDBConfig> | </container-invoker-conf> | </container-configuration> | </container-configurations> What am I doing wrong?
I either need to define this on a per-queue-basis or on a per-MDB-basis. To set the redeliveryDelay and redeliveryLimit on a per-queue-basis (in the xxx-service.xml) works fine, but how can I overwrite the "queue/DLQ" coming from standardjboss.xml? Best regards, Marco :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871324#3871324 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871324 ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
