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

Ted Ross resolved DISPATCH-176.
-------------------------------
       Resolution: Fixed
         Assignee: Ted Ross
    Fix Version/s: 0.6.0

> Messages sent got lost when one of the brokers went down 
> ---------------------------------------------------------
>
>                 Key: DISPATCH-176
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-176
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Routing Engine
>    Affects Versions: 0.5
>         Environment: Red Hat
>            Reporter: linuxta
>            Assignee: Ted Ross
>             Fix For: 0.6.0
>
>
> Config router to connect to two brokers.
> - A python client sends messages to the router.   Another python client 
> connects to the two brokers directly to receive messages.
> - Shutdown one of the brokers while the sender is sending messages to the 
> router.  
> Result: Some messages got lost.  The sender did not get confirmation for all 
> messages sent.   The receiver did not get those messages either.
> router config used:
> listener
> { addr: 0.0.0.0 port: amqp sasl-mechanisms: ANONYMOUS }
> connector
> { name: broker1 role: on-demand addr: ... port: ... sasl-mechanisms: 
> ANONYMOUS }
> connector
> { name: broker2 role: on-demand addr: ... port: ... sasl-mechanisms: 
> ANONYMOUS }
> router
> { mode:standalone router-id: LB_R1 }
> waypoint
> { address: user.bar out-phase: 1 in-phase: 0 connector: broker1 }
> waypoint
> { address: user.bar out-phase: 1 in-phase: 0 connector: broker2 }
> fixed-address
> { prefix: /user phase: 0 fanout: single bias: spread }
> fixed-address
> { prefix: /user phase: 1 fanout: single bias: closest }
> log
> { module: ROUTER enable: trace+ } 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to