Author: jstrachan
Date: Mon Jun 19 04:12:20 2006
New Revision: 415293

URL: http://svn.apache.org/viewvc?rev=415293&view=rev
Log:
added better javadoc

Modified:
    
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java

Modified: 
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java?rev=415293&r1=415292&r2=415293&view=diff
==============================================================================
--- 
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
 (original)
+++ 
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
 Mon Jun 19 04:12:20 2006
@@ -1652,7 +1652,16 @@
     }
 
     /**
-     * Creates an output stream allowing full control over the delivery mode, 
the priority and time to live of the messaages and the properties added to 
messages on the stream.
+     * Creates an output stream allowing full control over the delivery mode,
+     * the priority and time to live of the messages and the properties added 
to
+     * messages on the stream.
+     * 
+     * @param streamProperties
+     *            defines a map of key-value pairs where the keys are strings
+     *            and the values are primitive values (numbers and strings)
+     *            which are appended to the messages similarly to using the
+     *            [EMAIL PROTECTED] 
javax.jms.Message#setObjectProperty(String, Object)}
+     *            method
      */
     public OutputStream createOutputStream(Destination dest, Map 
streamProperties, int deliveryMode, int priority, long timeToLive) throws 
JMSException {
         checkClosedOrFailed();


Reply via email to