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.此内容没有您所选择的语言版本。
1.3. Exercising routes
Revision History | ||
---|---|---|
7/22/11 | EMJ | |
added entry for Tomcat deployment | ||
09/09/12 | EMJ | |
removed subscription restriction comments |
Overview 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
In addition to simplifying the process of creating and editing routes, the developer tools provide tools to make it easier to run your routes and deploy them into test environments. Using the developer tools you can:
- run a route using Maven
- run a route as a local Apache Camel context
- deploy into a running OSGi container
Using Maven 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
You can run your route with Maven, using Maven's standard goals. This method closely simulates how an Apache Camel project would run outside of the developer tools.
Running as a local Apache Camel context 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
You can run all routes in a context directly inside the developer tools without setting up a Maven runtime profile. You can run routes locally with or without running validation tests. Running a context directly inside the developer tools does not require that your project be a Maven project.
Deploying to OSGi 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
You can also deploy routes into a running OSGi container. The developer tools support deployment into these OSGi containers: Red Hat JBoss Fuse v6.x, Apache ServiceMix v4.x, and Apache Karaf v2.x.