mirror of https://github.com/apache/activemq.git
properties not being set correctly git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@504023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb3f71d895
commit
2e0f676c9b
|
@ -1089,7 +1089,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
|
|||
// Allows the options on the destination to configure the consumerInfo
|
||||
if( info.getDestination().getOptions()!=null ) {
|
||||
HashMap options = new HashMap(info.getDestination().getOptions());
|
||||
IntrospectionSupport.setProperties(this.info, options, "consumer.");
|
||||
IntrospectionSupport.setProperties(info, options, "consumer.");
|
||||
}
|
||||
|
||||
return new ActiveMQConnectionConsumer(this, sessionPool, info);
|
||||
|
|
Loading…
Reference in New Issue