mirror of https://github.com/apache/activemq.git
Applied patch suggested by marcusp@absa.co.za on the dev mailing list.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5444ef92e1
commit
5cea195af2
|
@ -207,6 +207,9 @@ public class ActiveMQConnectionFactory implements ConnectionFactory, QueueConnec
|
|||
connection.setAsyncDispatch(isAsyncDispatch());
|
||||
connection.setUseAsyncSend(isUseAsyncSend());
|
||||
connection.setUseRetroactiveConsumer(isUseRetroactiveConsumer());
|
||||
|
||||
if( clientID !=null )
|
||||
connection.setClientID(clientID);
|
||||
|
||||
return connection;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue