[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-894) Combine postoffice and clustered post office

Tim Fox (JIRA) jira-events at lists.jboss.org
Thu Jul 12 14:27:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBMESSAGING-894?page=all ]

Tim Fox closed JBMESSAGING-894.
-------------------------------

    Fix Version/s: 1.4.0.CR1
                       (was: 2.0.0 Beta 1)
       Resolution: Done

> Combine postoffice and clustered post office
> --------------------------------------------
>
>                 Key: JBMESSAGING-894
>                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-894
>             Project: JBoss Messaging
>          Issue Type: Task
>    Affects Versions: 1.2.0.CR1
>            Reporter: Tim Fox
>         Assigned To: Tim Fox
>             Fix For: 1.4.0.CR1
>
>
> We should combine clustered and non clustered post office into one single post office that handles both clusterd and non clustered bindings.
> This means we can have a single persistence manager config too, and remove all that nasty condition code like
> If (queue.isClustered())
> {
> postOffice.unbind();
> }
> else
> {
> postOffice.clusteredUnbind()
> }
> etc
> which is currently ugly and prone to error

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list