Qpid C++ broker: delivery property 
-----------------------------------

                 Key: QPID-2385
                 URL: https://issues.apache.org/jira/browse/QPID-2385
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
         Environment: Red Hat Enterprise MRG 1.2
            Reporter: Armin Noll
            Priority: Minor


Consider the following scenario:

- start two clustered brokers (B1 and B2) with durable queue Q and durable 
topic exchange E (the configuration of queues, exchanges and bindings must be 
persistent)
- create binding between Q and E for all messages
- start a consumer application C, connect it to B2, waiting for messages in 
queue Q
- start a publisher application P, connect it to B1, start continuous message 
transfer to exchange E
- stop broker B2
- P is still connected to B1 and is publishing messages
- start broker B2
- reconnect C to B2

The first N messages received by C after the reconnect are missing the delivery 
property "exchange".


-- 
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:dev-subscr...@qpid.apache.org

Reply via email to