[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1742) Allow the clustered status of a destination to be updated without the need for manually intervention.
Howard Gao (JIRA)
jira-events at lists.jboss.org
Mon Oct 19 07:09:05 EDT 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12490326#action_12490326 ]
Howard Gao commented on JBMESSAGING-1742:
-----------------------------------------
Here is where I'm working towards:
In QueueService.start() (TopicService), we check the newly deployed destination with the existing one. There could be two cases:
Case 1. Existing destination clustered but new destination not.
Case 2. Existing destination not clustered but new destination clustered.
In either case, we log a warning and then do the destination conversion. The work should be given to PostOffice.
postOffice.convertDestination(destination, isClustered); //will do the clean up work if necessary.
> Allow the clustered status of a destination to be updated without the need for manually intervention.
> -----------------------------------------------------------------------------------------------------
>
> Key: JBMESSAGING-1742
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1742
> Project: JBoss Messaging
> Issue Type: Feature Request
> Affects Versions: 1.4.0.SP3.CP09, 1.4.5.GA, 1.4.6.GA
> Reporter: Colin Mondesir
> Assignee: Howard Gao
> Priority: Minor
> Fix For: 1.4.0.SP3.CP10, 1.4.7.GA
>
>
> At the moment when a destination is deployed as non clustered, then redeployed as clustered, the clustered attribute in the JBM_POSTOFFICE table is not updated.
> In order to change the clustered status of a destination you need to delete the original destination from storage first.
--
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