Add send method to qpid.jms.MessageProducer that will wait for message to be 
sent
---------------------------------------------------------------------------------

                 Key: QPID-808
                 URL: https://issues.apache.org/jira/browse/QPID-808
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: M2.1
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: M2.1


This interface is available in BasicMessageProdcuer however the waitUntilSent 
is not accessible via any standard interface. So this method should be added to 
the qpid.jms interface.

  void send(Destination destination, Message message, int deliveryMode, int 
priority, long timeToLive,
                     boolean mandatory, boolean immediate, boolean 
waitUntilSent) throws JMSException;


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to