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:
Robert Davies 2007-02-06 08:23:38 +00:00
parent fb3f71d895
commit 2e0f676c9b
1 changed files with 1 additions and 1 deletions

View File

@ -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);