All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ttp-pull-push-example.0.5.8.source-code.application.properties Maven / Gradle / Ivy

The newest version!
## name of CamelContext
camel.springboot.name=pullpush

## global options of the HTTP GET connector
http-get.scheme=http
http-get.hostname=localhost
http-get.port=8080
http-get.path=myservice

## global options of the HTTP POST connector
http-post.scheme=http
http-post.hostname=localhost
http-post.port=8080
http-post.path=myotherservice




© 2015 - 2024 Weber Informatics LLC | Privacy Policy