git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1297025 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2012-03-05 12:16:40 +00:00
parent 0efaaecfd1
commit 09ff99fbfa
2 changed files with 2 additions and 2 deletions

View File

@ -2058,7 +2058,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
*
* @param asyncDispatch If true then consumers created on this connection
* will default to having their messages dispatched
* asynchronously. The default value is false.
* asynchronously. The default value is true.
*/
public void setDispatchAsync(boolean asyncDispatch) {
this.dispatchAsync = asyncDispatch;

View File

@ -778,7 +778,7 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
*
* @param asyncDispatch If true then consumers created on this connection
* will default to having their messages dispatched
* asynchronously. The default value is false.
* asynchronously. The default value is true.
*/
public void setDispatchAsync(boolean asyncDispatch) {
this.dispatchAsync = asyncDispatch;