[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1374) DLQ override depends on the queues definition order.
Guillaume Jeudy (JIRA)
jira-events at lists.jboss.org
Wed Jun 3 15:05:57 EDT 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12470472#action_12470472 ]
Guillaume Jeudy commented on JBMESSAGING-1374:
----------------------------------------------
Is that fix supposed to work with a durable subscription? I have a durable subscriber MDB to the topic defined below (in the correct order). It seems as though the DLQ configuration is completely ignored and the messages are routed to the default DLQ. I'm using jboss messaging 1.4.4.GA.
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.messaging.destination:service=Queue,name=msdmiTopicDLQ"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">BOSS/DLQ/AuditServices/Events/Sharepoint</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.TopicService"
name="jboss.messaging.destination:service=Topic,name=msdmiTopic"
xmbean-dd="xmdesc/Topic-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">BOSS/AuditServices/Events/Sharepoint</attribute>
<attribute name="DLQ">jboss.messaging.destination:service=Queue,name=msdmiTopicDLQ</attribute>
</mbean>
> DLQ override depends on the queues definition order.
> ----------------------------------------------------
>
> Key: JBMESSAGING-1374
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1374
> Project: JBoss Messaging
> Issue Type: Bug
> Reporter: Tim Fox
> Assignee: Howard Gao
> Fix For: 1.4.0.SP3.CP04, 1.4.1.GA, 1.4.2.GA
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list