mirror of https://github.com/apache/activemq.git
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:
parent
56272fab37
commit
b7f280817d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue