Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-library/pull/134#discussion_r150189303
--- Diff: software/messaging/src/main/resources/catalog.bom ---
@@ -25,6 +25,56 @@ brooklyn.catalog:
type: org.apache.brooklyn.entity.messaging.activemq.ActiveMQBroker
name: ActiveMQ Broker
description: ActiveMQ is an open source message broker which fully
implements the Java Message Service 1.1 (JMS)
+ - id: org.apache.brooklyn.entity.messaging.activemq-artemis
+ version: "1.0.0-SNAPSHOT" # BROOKLYN_VERSION
+ item:
+ type:
org.apache.brooklyn.entity.software.base.VanillaSoftwareProcess
--- End diff --
@michaelandrepearce It's good to have concrete type only for very complex
blueprint. Otherwise, we recommend doing as much as possible in YAML as it is
very portable and easy to read and develop.
---