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 2020/07/01 18:28:46 UTC

[GitHub] [camel-quarkus] gus-maurizio opened a new issue #1441: [QUESTION] is there an equivalent in Quarkus/Kotlin to application.properties:camel.springboot.duration-max-seconds?

gus-maurizio opened a new issue #1441:
URL: https://github.com/apache/camel-quarkus/issues/1441


   In spring boot there are two properties that stop the camel processes:
   application.properties:camel.springboot.duration-max-seconds=20
   application.properties:camel.springboot.duration-max-messages=5
   
   Is there an equivalent for camel-quarkus (java or kotlin)?


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



[GitHub] [camel-quarkus] gus-maurizio commented on issue #1441: [QUESTION] is there an equivalent in Quarkus/Kotlin to application.properties:camel.springboot.duration-max-seconds?

Posted by GitBox <gi...@apache.org>.
gus-maurizio commented on issue #1441:
URL: https://github.com/apache/camel-quarkus/issues/1441#issuecomment-652924957


   This is great news. Any hint on a date we can expect this? Is there documentation about this and other similar parameters like max-messages?


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



[GitHub] [camel-quarkus] gus-maurizio closed issue #1441: [QUESTION] is there an equivalent in Quarkus/Kotlin to application.properties:camel.springboot.duration-max-seconds?

Posted by GitBox <gi...@apache.org>.
gus-maurizio closed issue #1441:
URL: https://github.com/apache/camel-quarkus/issues/1441


   


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



[GitHub] [camel-quarkus] lburgazzoli commented on issue #1441: [QUESTION] is there an equivalent in Quarkus/Kotlin to application.properties:camel.springboot.duration-max-seconds?

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #1441:
URL: https://github.com/apache/camel-quarkus/issues/1441#issuecomment-652965656


   There's the canonical timer to log example:  https://github.com/apache/camel-quarkus/tree/master/examples/timer-log-main


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



[GitHub] [camel-quarkus] davsclaus commented on issue #1441: [QUESTION] is there an equivalent in Quarkus/Kotlin to application.properties:camel.springboot.duration-max-seconds?

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #1441:
URL: https://github.com/apache/camel-quarkus/issues/1441#issuecomment-652926913


   The options are listed here
   https://camel.apache.org/components/latest/others/main.html


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



[GitHub] [camel-quarkus] gus-maurizio commented on issue #1441: [QUESTION] is there an equivalent in Quarkus/Kotlin to application.properties:camel.springboot.duration-max-seconds?

Posted by GitBox <gi...@apache.org>.
gus-maurizio commented on issue #1441:
URL: https://github.com/apache/camel-quarkus/issues/1441#issuecomment-652962818


   I assume this is not yet available on quarkus. Is there an example of how to use camel-main (ideally without the rest usual helloworld)?


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



[GitHub] [camel-quarkus] lburgazzoli commented on issue #1441: [QUESTION] is there an equivalent in Quarkus/Kotlin to application.properties:camel.springboot.duration-max-seconds?

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #1441:
URL: https://github.com/apache/camel-quarkus/issues/1441#issuecomment-652869592


   There will be support in the next release 1.0.0.RC3 so if you add the camel-quarkus-main extensiosn to your dependencies, then you can do something like:
   
       camel.main.duration-max-seconds = 20
   


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