此内容没有您所选择的语言版本。
About Red Hat JBoss Fuse Tooling
Red Hat JBoss Fuse Tooling provides a set of developer tools that enable you to work with Fuse and Apache versions of ActiveMQ, Camel, CXF, Karaf, and ServiceMix within Red Hat JBoss Development Studio. You can connect and configure Enterprise Integration Patterns to build routes, browse endpoints and routes, drag and drop messages onto running routes, trace message flows, edit running routes, browse and visualize runtime processes via JMX, and deploy your project's code to Red Hat JBoss Fuse containers and to Apache ServiceMix and Apache Karaf.
Using Red Hat JBoss Fuse Tooling simplifies and streamlines the process of developing integration applications by providing tooling that is specifically designed to work with:
- Red Hat JBoss Fuse
- Red Hat JBoss A-MQ
- Apache Camel
- Apache CXF
- Apache Karaf
Note
You can also develop Fuse projects using Maven (for details, see Getting Started with Developing).
Using the Red Hat JBoss Fuse Tooling streamlines the process at all stages of application development:
- Create a Maven project for your application.The tooling loads all of the relevant Maven archetypes for creating integration projects using the Red Hat supported Apache projects.
- Add new pieces of logic and functionality to an application.The tooling has a wizard for creating Apache Camel context files.
- Edit the integration logic.The tooling has a visual route editor that makes editing Apache Camel routes as easy as dragging and dropping route components.
- Debug your local Camel context.The tooling includes a full-featured Camel debugger for debugging locally running Camel contexts.
- Test the application.The tooling includes testing tools that provide the full gamut of testing capabilities including:
- creating and using JUnit test cases on Apache Camel routes
- using JMX to analyze running components
- tracing messages through Apache Camel routes
- Deploy the application.The tooling can deploy applications to a number of containers.
Note
See the Red Hat JBoss Fuse Tooling Tutorials for step-by-step instructions on:
- Creating a Route
- Running a Route
- Adding a Content-Based Router
- Adding Another Route to the CBR Routing Context
- Debugging a Routing Context
- Tracing a Message Through a Route
- Testing a Route with JUnit
- Publishing a Fuse Project to Red Hat JBoss Fuse