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
|
@ -208,6 +208,9 @@ public class ActiveMQConnectionFactory implements ConnectionFactory, QueueConnec
|
||||||
connection.setUseAsyncSend(isUseAsyncSend());
|
connection.setUseAsyncSend(isUseAsyncSend());
|
||||||
connection.setUseRetroactiveConsumer(isUseRetroactiveConsumer());
|
connection.setUseRetroactiveConsumer(isUseRetroactiveConsumer());
|
||||||
|
|
||||||
|
if( clientID !=null )
|
||||||
|
connection.setClientID(clientID);
|
||||||
|
|
||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
catch (JMSException e) {
|
catch (JMSException e) {
|
||||||
|
|
Loading…
Reference in New Issue