[ 
https://issues.apache.org/jira/browse/ARTEMIS-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512516#comment-16512516
 ] 

ASF GitHub Bot commented on ARTEMIS-1931:
-----------------------------------------

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

    https://github.com/apache/activemq-artemis/pull/2140#discussion_r195438606
  
    --- Diff: 
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/process/ProcessBuilder.java
 ---
    @@ -64,7 +65,7 @@ public static void cleanupProcess() {
         * @return
         * @throws Exception
         */
    -   public static Process build(String logname, File location, boolean 
hook, String... args) throws Exception {
    +   public static Process build(String logname, File location, boolean 
hook, String[] args, String[] properties) throws Exception {
    --- End diff --
    
    That would be nice, but I don't see how that's possible given how 
org.apache.activemq.artemis.cli.commands.Run actually works.  In any case, I 
think it's beyond this PR.


> Create a Camel example 
> -----------------------
>
>                 Key: ARTEMIS-1931
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1931
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>
> Camel is a common component leveraged by users.  It would be good to have an 
> example demonstrating how to use Camel and the broker in the same JVM.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to