[
https://issues.apache.org/jira/browse/DISPATCH-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Ross updated DISPATCH-32:
-----------------------------
Fix Version/s: (was: 0.3)
0.4
> Undeliverable messages should get released.
> -------------------------------------------
>
> Key: DISPATCH-32
> URL: https://issues.apache.org/jira/browse/DISPATCH-32
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Router Node
> Affects Versions: 0.2
> Environment: cold, snowy.
> Reporter: michael goulish
> Fix For: 0.4
>
>
> I have a test in which I make a 6-router network, then repeatedly kill and
> restart nodes.
> To determine when the network is ready to rock, I send messages to each node
> that I expect to find in the network. All messages are sent through the one
> node that I am connected to.
> At first, some of those messages are undeliverable. This is expected, since
> I just deliberately messed up the network.
> the problem is that, for those undeliverables, I never get back any kind of
> disposition. for the good ones, i get 'settled'. for the undeliverable
> ones, i get nothing.
> this means that i cannot close my session.
> if i created the sender on it this way:
> Sender sender = session.createSender("mgmt");
> then it will not close.
> I can work around the problem by creating the sender this way:
> Sender sender = session.createSender("mgmt;
> {link:{reliability:unreliable}}");
> ...but we should still get back dispos for all messages.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]