On 21/06/16 21:10, Matt Broadstone wrote:
Hi all,

I have a test case I've set up as follows:
 * receiver link created, and attached to a durable queue on a qpid broker
(v0.34)
 * sender link also attached, which sends a string message "testing"
 * the receiver is set up to only receive one message at a time (1 credit),
and to renew credits upon settling the message. When it receives the first
message, it settles with a Modified outcome, indicating
`undeliverable-here`, and then adds a credit via flow
 * Nothing else (sender/receiver links) is attached to the broker.

It's my understanding that once the flow is negotiated after receipt of the
first message, no subsequent messages should be sent to this receiver link.
Is that correct? If so, I'm seeing that the broker continues to send the
message to link after the modified outcome.

The undeliverable message should not be redelivered (other messages may be). This has been fixed on trunk, but not yet released:

  https://issues.apache.org/jira/browse/QPID-6870

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

Reply via email to