Versions Compared

Key

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

...

1. jmsTemplate: JmsTemplate is a Spring component which hides the low level details when sending JMS messages. For additional information see: JmsTemplate. jmsTemplate is not a component in the jbi container. It is used by inputSender and outputSender.

Issues

The ServiceMix 2.0.2 distribution has a logging bug, so output is not logged to the console. This can be corrected in the source distribution of servicemix 2.0.2, buy replacing the jencks-all-1.1.1.jar with jencks-all-1.1.2.jar.

This procedure explains the work around.

  1. Download the jencks-all-1.2.jar here.
  2. Copy the jar file to servicemix_src_install_dir\assembly\target\servicemix-2.0.2\bin\servicemix-2.0.2\lib.
  3. Delete jencks-all-1.1.1.jar from that directory.
  4. Place a copy of the jar file to the ServiceMix web directory at C:\tmp1\servicemix-2.0.2\tooling\servicemix-web\target\servicemix-web\WEB-INF as well.
  5. To run the example in the source distribution:
Code Block

cd [servicemix_install_dir]\assembly\target\servicemix-2.0.2\bin\servicemix-2.0.2\bin
..\..\bin\servicemix servicemix.xml

Note: No need to build the source distribution if you have already previously done so. Otherwise, execute the above steps before building. Procedure on how to build the source distribution can be found here.

Related Documentation

For more information on the following topics please see:

...

For a brief explanation of the XML tags on servicemi.xml, please see: