Github user duncangrant commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/584#discussion_r27869686
  
    --- Diff: 
software/messaging/src/main/java/brooklyn/entity/messaging/rabbit/RabbitSshDriver.java
 ---
    @@ -186,6 +195,11 @@ public void kill() {
                     .put("RABBITMQ_NODENAME", getEntity().getId())
                     .put("RABBITMQ_NODE_PORT", getAmqpPort().toString())
                     .put("RABBITMQ_PID_FILE", getRunDir()+"/"+getPidFile())
    +                .put("RABBITMQ_CONFIG_FILE", getConfigPath())
                     .build();
         }
    +
    +    private String getConfigPath() {
    +        return getInstallDir() + "/rabbitmq";
    --- End diff --
    
    I started with that but it was failing to write the config in the customize 
step.


---
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.
---

Reply via email to