Versions Compared

Key

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

Configuring the http handler SU

Wiki Markup
{scrollbar}

We now have to

Excerpt

configure the http-handler-su

.

...

is a variable defined at the end of the pom.xml file. We keep using it for servicemix-coreIf you followed the advice to move this variable to your root pom file, you can just delete it here, otherwise let it as it is.

Modify your dependencies section now to look like the following:

...

Now it's time to define the extractor bean. The id is what you specified in the bean attribute. The class is the full class name of the bean class. This class has to implement the interface MessageExchangeListener in order to receive messages.

...