linuxta created DISPATCH-176:
--------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]