[ 
https://issues.apache.org/activemq/browse/AMQ-804?page=comments#action_36540 ] 

Hiram Chirino commented on AMQ-804:
-----------------------------------

I noticed that the issue is cause when the client the created the temporary 
destination and a subscription to that temporary destination is killed.  The 
remote broker sometimes gets the destination removed and consumer removed 
commands in the wrong order.  The error happens when the destination removed 
arrives before the consumer removed at the network bridge.  When the 
destination remove command executes it fails because it still has a 
subscription active on it.

> Use of Temporary Destinations over broker networks can cause the network 
> bridges to die.
> ----------------------------------------------------------------------------------------
>
>          Key: AMQ-804
>          URL: https://issues.apache.org/activemq/browse/AMQ-804
>      Project: ActiveMQ
>         Type: Bug

>   Components: Broker
>     Reporter: Hiram Chirino
>      Fix For: 4.1

>
>
> And when the bridge dies, it is not re-established.

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

Reply via email to