tidied up javadoc

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@541261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-05-24 10:41:12 +00:00
parent 72cee90f7a
commit a92fb28d75
2 changed files with 6 additions and 4 deletions

View File

@ -1515,8 +1515,9 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
/**
* Enables the timeout from a connection creation to when a warning is generated
* if the connection is not properly started via {@link #start()}. It is a very
* common gotcha to forget to
* if the connection is not properly started via {@link #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).

View File

@ -766,8 +766,9 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
/**
* Enables the timeout from a connection creation to when a warning is generated
* if the connection is not properly started via {@link Connection#start()}. It is a very
* common gotcha to forget to
* if the connection is not properly started via {@link 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).