This is a simple one ! The only parameter we can set is the messageId. We can have controls and a timeout. This is not a blocking or non-blocking method, as it does not return a response.

I suggest the simple API :
   public void abandon( int messageId ) throws LdapException
public void abandon( AbandonRequest abandonRequest ) throws LdapException

The first one will be for the simple usages, if one want to add a control or set a timeout, he should use the second method. And that's it.

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to