Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/584#discussion_r27890167 --- Diff: software/messaging/src/main/java/brooklyn/entity/messaging/rabbit/RabbitBroker.java --- @@ -60,7 +63,18 @@ @SetFromFlag("amqpVersion") public static final BasicAttributeSensorAndConfigKey<String> AMQP_VERSION = new BasicAttributeSensorAndConfigKey<String>( AmqpServer.AMQP_VERSION, AmqpServer.AMQP_0_9_1); - + + @SetFromFlag("managmentPort") + public static final PortAttributeSensorAndConfigKey MANAGEMENT_PORT = new PortAttributeSensorAndConfigKey( + "rabbitmq.management.port", "Port on which management interface will be available", "15672+"); --- End diff -- Indentation is off.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---