You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/12 17:09:38 UTC

[GitHub] [camel-k] lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java

lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java
URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565097722
 
 
   You can also use
   
   ```java
   public class BasicAMQ extends RouteBuilder {
       @PropertyInject("my.uri") 
       String uri;
   
        ....
   }
   ```
   
   Then you should be able to provide `my.uti` value either from a configmap or env var.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services