mirror of https://github.com/apache/activemq.git
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:
parent
72cee90f7a
commit
a92fb28d75
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue