fix a cut and paste oops

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1184866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-10-16 16:54:18 +00:00
parent 56272fab37
commit b7f280817d
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ public class ActiveMQMessageConsumer implements MessageAvailableConsumer, StatsC
// Allows the options on the destination to configure the consumerInfo
if (dest.getOptions() != null) {
Map<String, Object> options = IntrospectionSupport.extractProperties(dest.getOptions(), "producer.");
Map<String, Object> options = IntrospectionSupport.extractProperties(dest.getOptions(), "consumer.");
IntrospectionSupport.setProperties(this.info, options);
if (options.size() > 0) {
String msg = "There are " + options.size()