Author: robbie
Date: Tue May 20 09:41:00 2014
New Revision: 1596165

URL: http://svn.apache.org/r1596165
Log:
NO-JIRA: add a TODO for setting JMSDeliveryTime during send

Modified:
    qpid/jms/trunk/src/main/java/org/apache/qpid/jms/impl/SenderImpl.java

Modified: qpid/jms/trunk/src/main/java/org/apache/qpid/jms/impl/SenderImpl.java
URL: 
http://svn.apache.org/viewvc/qpid/jms/trunk/src/main/java/org/apache/qpid/jms/impl/SenderImpl.java?rev=1596165&r1=1596164&r2=1596165&view=diff
==============================================================================
--- qpid/jms/trunk/src/main/java/org/apache/qpid/jms/impl/SenderImpl.java 
(original)
+++ qpid/jms/trunk/src/main/java/org/apache/qpid/jms/impl/SenderImpl.java Tue 
May 20 09:41:00 2014
@@ -69,6 +69,8 @@ public class SenderImpl extends LinkImpl
             //set the timestamp
             message.setJMSTimestamp(timestamp);
 
+            //TODO: set the JMSDeliveryTime value (once implementing JMS 2.0 
methods)
+
             //set the Destination
             message.setJMSDestination(_destination);
 



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

Reply via email to