Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed todos

...

This tutorial aims to guide the reader through the stages of creating a project which uses Camel to facilitate the routing of messages from a JMS queue to a Spring service. The route works in a synchronous fashion returning a response to the client.

Table of Contents

TODOs

  • Embellish the tutorial with more detail, explaining at each stage what is happening.
  • Link to specific sections of Camel documentation when referring to components.
  • Attach completed example project.
  • Explain in more detail what is happening when the JMS component is being defined in camel-server.xml
  • Show how logging can be introduced to monitor exchange body contents.
  • Detail how time-outs can be configured.
  • Can we make this ActiveMQ embedded so that it does not require the reader to download and start it manually?
  • EIP Patterns used
  • Components used
  • Advanced bean bindings in routing
  • Testing using unit testing

Prerequisites

This tutorial uses Maven to setup the Camel project and for dependencies for artifacts.

...