How can I invoke a RESTful service through Apache Camel?

前端 未结 4 1211
Happy的楠姐
Happy的楠姐 2020-12-31 12:41

I am currently using a HTTP method for invoking some URL which will create a JIRA issue.

Now I want to use Apache Camel, how can I use that?

I need to invoke

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-31 13:02

    You can consume REST service from camel using CXFRS Component.Apache camel has enough information about this.

    http://camel.apache.org/cxfrs.html

提交回复
热议问题