Author: tabish
Date: Sun Oct 16 16:54:18 2011
New Revision: 1184866
URL: http://svn.apache.org/viewvc?rev=1184866&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3500
fix a cut and paste oops
Modified:
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java
Modified:
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java?rev=1184866&r1=1184865&r2=1184866&view=diff
==============================================================================
---
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java
(original)
+++
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java
Sun Oct 16 16:54:18 2011
@@ -223,7 +223,7 @@ public class ActiveMQMessageConsumer imp
// 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()