[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1374) DLQ override depends on the queues definition order.

Howard Gao (JIRA) jira-events at lists.jboss.org
Wed Sep 24 07:26:20 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBMESSAGING-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12430966#action_12430966 ] 

Howard Gao commented on JBMESSAGING-1374:
-----------------------------------------

If I add 
         if (this.dlqObjectName != null) {
            this.setDLQ(dlqObjectName);
         }
         if (this.expiryQueueObjectName != null) {
            this.setExpiryQueue(expiryQueueObjectName);
         }

at the end of DestinationServiceSupport::startService(), the issue will be gone regardless of the order of deployment and <depends> entry. 

> 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
>
>


-- 
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