Andrey created QPID-8572:
----------------------------

             Summary: [Broker-J] The binding is broken when queue and exchange 
have the same name
                 Key: QPID-8572
                 URL: https://issues.apache.org/jira/browse/QPID-8572
             Project: Qpid
          Issue Type: Bug
          Components: Broker-J
    Affects Versions: qpid-java-broker-8.0.6
            Reporter: Andrey
         Attachments: 500_error.png

There is a three-node cluster qpid broker-j 8.0.6.

Binding is broken after switching the master node if the exchange and the queue 
have the same name.

Steps to reproduce:
 # Create an exchange and queue with the same name (e.g. Ae8M6kKM).
 # Create a binding for the exchange Ae8M6kKM and queue Ae8M6kKM.
 # Try to send and receive a message. All works.
 # Move master node to another server.
 # Try to send and receive a message. The message is dropped.
 # Try to delete the binding. The web interface returns a 500 error "Please 
correct the problem and retry your operation." and delete the binding.
 # Create new binding for the exchange Ae8M6kKM and queue Ae8M6kKM.
 # Try to send and receive a message. All works.
 # Move master node to another server.
 # The issue reproduces again.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to