Chapter 1. Using the Fuse Tooling Resource Files


Abstract

Experienced users may want to focus only on the tutorials that demonstrate the tooling's new features. To do so, you need to download and install the requisite resource files. The prefabricated message files are used by all tutorials, but the prefabricated Camel Context files are specific to particular tutorials. With the exception of Chapter 2, To Create a New Route and Chapter 8, To Test a Route with JUnit, using these prefabricated resource files enables you to complete most tutorials in any order. Without them, you must complete each tutorial sequentially, as the code generated by one tutorial is the starting point for the next tutorial.

Prerequisites

You must complete Chapter 2, To Create a New Route, to create the project, the new routing context, and the folder that will hold the test messages. The code generated by this tutorial is used by Chapter 3, To Run a Route and by Chapter 4, To Add a Content-Based Router.
You must successfully complete Chapter 8, To Test a Route with JUnit to generate a valid JUnit test case before you can successfully complete Chapter 9, To Publish a Fuse Project to Red Hat JBoss Fuse.

Downloading and installing the Prefabricated message files

Six prefabricated message files named message1.xml, message2.xml,..., message6.xml are used in all of the tutorials. These files are provided in a downloadable Messages.zip file. Follow the instructions for downloading and installing the messages in the section called “Creating test messages”.

Downloading and installing the prefabricated Camel Context files

Two prefabricated Camel Context files named camelContext5.xml, and camelContext6.xml are used in one or more of the tutorials. These files are provided in a downloadable .zip file.
  1. Click here to download the camelContexts.zip file.
  2. Unzip the camelContexts.zip file in a convenient location external to the CBRroute project's workspace.
  3. Delete the existing camelContext.xml file from the CBRroute/src/main/resources/OSGI-INF/blueprint/ folder.
  4. Install the camelContext#.xml file that corresponds to the tutorial that you want to complete in the vacated CBRroute/src/main/resources/OSGI-INF/blueprint/ folder.
    Use prefabricated Camel Context file:To complete tutorials:
    camelContext5.xmlTo Add Another Route to the CBR Routing Context
    camelContext6.xml
    To Debug a Routing Context
    To Trace a Message Through a Route
    To Test a Route with JUnit
  5. Rename the camelContext#.xml file camelContext.xml.
  6. In the Red Hat JBoss Fuse: Tooling Tutorials guide, follow the instructions for completing the target tutorial.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.