Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The routing/mediation between services/bundles will be created using Camel Spring DSL language. We will describe its creation/genesis step by step.

...

  • the address corresponds to the URI address of the web services,
  • the serviceClass is the name of the class used work with the webservices and deployed in the bundle reportincident.webservice
  • xmlns is the namespace of the reportincident webservice

2) Queueing engine

No matter if the incidents come from a webservice or a files, but before to process and save them in the database, we will put
our messages in the queue of a queue manager. The queue manager used here is ActiveMQ.
Like CXF, we will use spring xml file to deploy ActiveMq into the server and configure it. This will be done in two steps

a) register

Web

Packaging and deployment

...