Robbie Gemmell created PROTON-945: ------------------------------------- Summary: add ability to set a default state for settling received deliveries Key: PROTON-945 URL: https://issues.apache.org/jira/browse/PROTON-945 Project: Qpid Proton Issue Type: Improvement Components: proton-j Reporter: Robbie Gemmell Fix For: 0.10
When the link object is free'd it also free's the deliveries, which settles them. If they haven't previously had a state disposition frame sent for them, then the null state is set in the resulting settled disposition, which indicates the default-outcome of the source should be applied. There can however be cases where we may wish a different outcome to apply for a delivery in the case that we haven't explicitly set one before it was settled. It would be helpful in these cases to be able to set a 'default' state that should be applied in the event that no other state has been set/sent before they are settled. -- This message was sent by Atlassian JIRA (v6.3.4#6332)