Author: jstrachan
Date: Thu May 24 03:41:12 2007
New Revision: 541261
URL: http://svn.apache.org/viewvc?view=rev&rev=541261
Log:
tidied up javadoc
Modified:
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java
Modified:
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java?view=diff&rev=541261&r1=541260&r2=541261
==============================================================================
---
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
(original)
+++
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java
Thu May 24 03:41:12 2007
@@ -1515,8 +1515,9 @@
/**
* Enables the timeout from a connection creation to when a warning is
generated
- * if the connection is not properly started via [EMAIL PROTECTED]
#start()}. It is a very
- * common gotcha to forget to
+ * if the connection is not properly started via [EMAIL PROTECTED]
#start()} and a message is received by a consumer.
+ *
+ * It is a very common gotcha to forget to
* <a
href="http://activemq.apache.org/i-am-not-receiving-any-messages-what-is-wrong.html">start
the connection</a>
* so this option makes the default case to create a warning if the user
forgets.
* To disable the warning just set the value to < 0 (say -1).
Modified:
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java?view=diff&rev=541261&r1=541260&r2=541261
==============================================================================
---
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java
(original)
+++
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java
Thu May 24 03:41:12 2007
@@ -766,8 +766,9 @@
/**
* Enables the timeout from a connection creation to when a warning is
generated
- * if the connection is not properly started via [EMAIL PROTECTED]
Connection#start()}. It is a very
- * common gotcha to forget to
+ * if the connection is not properly started via [EMAIL PROTECTED]
Connection#start()} and a message is received by a consumer.
+ *
+ * It is a very common gotcha to forget to
* <a
href="http://activemq.apache.org/i-am-not-receiving-any-messages-what-is-wrong.html">start
the connection</a>
* so this option makes the default case to create a warning if the user
forgets.
* To disable the warning just set the value to < 0 (say -1).