Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.2. Running routes as a local Camel context
Overview 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The simplest way to run an Apache Camel route is as a Package Explorer's context menu. When you run a route from the context menu, the developer tools automatically create a runtime profile for you. You can also create a custom runtime profile for running your route.
. This method enables you to launch the route directly from
Your route runs as if it were invoked directly from the command line and uses Apache Camel's embedded Spring container. You can configure a number of the runtime parameters by editing the runtime profile.
Procedure 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To run a route as a local Camel context:
- In Package Explorer, select a routing context file.
- Right-click it to open the context menu, and then select
. NoteSelecting the Red Hat JBoss Fuse Plugins for Eclipse to run the project without performing validation tests, which may be faster.directs
Result 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The Console view displays the output generated from running the route.
Related topics 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Section 7.3.1, “Editing a Local Camel Context runtime profile” |