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.

Just trying to sort out if I have a bug in our client code, in qpidd, or in
my understanding of these outcomes.

Regards,
Matt

Reply via email to