ozgurkisir-qlik commented on PR #279:
URL: https://github.com/apache/camel-karaf/pull/279#issuecomment-2114975317
### HOW TO TEST camel-http ?
Run a docker container which exposes a simple web service over
http://localhost:8088/
`docker run -d -p 8088:80 --name welcome docker/welcome-to-docker `
Install camel-http feature on Apache Camel Karaf
`feature:install camel-http `
Copy the attached blueprint file to Karaf's /deploy folder to make
service call
[camel-http-blueprint.xml.zip](https://github.com/apache/camel-karaf/files/15334373/camel-http-blueprint.xml.zip)
Observe the logs from Apache Camel Karaf console
`log:tail`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]