[ 
https://issues.apache.org/jira/browse/QPID-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated QPID-2096:
---------------------------------

          Component/s: Java Broker
    Affects Version/s: 0.6
        Fix Version/s: 0.7
             Assignee: Robbie Gemmell

> ExchangeRegistration shoud NOT automatically add durable Exchanges to 
> messageStore
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2096
>                 URL: https://issues.apache.org/jira/browse/QPID-2096
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M4, 0.5, 0.6
>            Reporter: Martin Ritchie
>            Assignee: Robbie Gemmell
>             Fix For: 0.7
>
>
> Summary:
> DefaultExchangeRegistry.registerExchange() has a side effect of calling 
> messageStore.createExchange.
> This behaviour is unexpected as DefaultQueueRegistry does not do the same for 
> queues.
> The problem that this has is that on MessageStore recovery the recovered 
> exchanges will be registered. Which after the MessageStore has been recovered 
> will cause  createExchange to be called. The problem here is that the 
> createExchange interface is not designed to cope with duplicates. Something 
> that Derby highlights as it throws primary key constraint violation error.
> The solution is to decouple register and create as has been done with queues. 
> This has not previously been seen as a) the Derby test profile is not run as 
> often and b) the configuration used did not have an additional durable 
> exchange defined.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to