[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-13 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565391404 @lburgazzoli Good clean example... Ty This is an autom

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-03 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-561196437 @davsclaus and @lburgazzoli You guys gave me what I needed to get this working. The following command line succe

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558310492 The only problem with the running route is access to the camel context. The code I am trying to use: ``` import or

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The following code works when running only inside camel... I'm trying to reduce this to a camel-k footprint ``` pack

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The following code works when running only inside camel... I'm trying to reduce this to a camel-k footprint (I'd like to simply

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The following code works when running only inside camel... I'm trying to reduce this to a camel-k footprint ``` p

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The following code works when running only inside camel... I'm trying to reduce this to a camel-k footprint ``` p

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The following code works when running only inside camel... I'm trying to reduce this to a camel-k footprint ``` p

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The following code works when running only inside camel... I'm trying to reduce this to a camel-k footprint ``` p

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The following code works when running only inside camel... I'm trying to reduce this to a camel-k footprint ``` p

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The following code works when running only inside camel... I'm trying to reduce this to a camel-k footprint ``` p

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558267263 The full code that Im trying to get running: ``` import org.apache.camel.builder.RouteBuilder; import org.a

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558261454 Thanks @davsclaus How would I add [camel-jms](https://mvnrepository.com/artifact/org.apache.camel/camel-jms) as a dependen

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558261454 Thanks @davsclaus How would I add [camel-jms](https://mvnrepository.com/artifact/org.apache.camel/camel-jms) as a dependen

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558261454 Thanks @davsclaus How would I add [camel-jms](https://mvnrepository.com/artifact/org.apache.camel/camel-jms) as a dependen

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558261454 Thanks @davsclaus How would I add [camel-jms](https://mvnrepository.com/artifact/org.apache.camel/camel-jms) as a dependen

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558261454 Thanks @davsclaus How would I add [camel-jms](https://mvnrepository.com/artifact/org.apache.camel/camel-jms) as a dependen

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558208146 Hi @RnD-John I've tried to create an example myself (hopefully one that will also help you), since I have been trying t

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558208146 Hi @RnD-John I've tried to create an example myself (hopefully one that will also help you), since I have been trying t

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558208146 Hi @RnD-John I've tried to create an example myself (hopefully one that will also help you), since I have been trying t

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558208146 Hi @RnD-John I've tried to create an example myself (hopefully one that will also help you), since I have been trying t

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558208146 Hi @RnD-John I've tried to create an example myself (hopefully one that will also help you), since I have been trying t

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558208146 Hi @RnD-John I've tried to create an example myself (hopefully one that will also help you), since I have been trying t

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558208146 Hi @RnD-John I've tried to create an example myself (hopefully one that will also help you), since I have been trying t

[GitHub] [camel-k] davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-11-25 Thread GitBox
davesargrad edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558208146 Hi @RnD-John I've tried to create an example myself (hopefully one that will also help you), since I have been trying t