Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-50

fuse-esb example - The id of the camelContext is a copy paste error of the eip example

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.fuse-beta-039
    • None
    • None
    • None
    • % %

      <camelContext xmlns="http://camel.apache.org/schema/blueprint"
      id="eip-example-context"
      errorHandlerRef="myDeadLetterErrorHandler">

      The id of the errors example, should be errors-example-context. Or something like that, so it does not have the same id as the eip example.

      Also instead of using a <bean> for the dead letter channel, then you can do this inline inside <camelContext>

      <errorHandler id="myDLC" type="DeadLetterChannel" deadLetterUri="some uri"/>

            janstey@redhat.com Jonathan Anstey
            cibsen@redhat.com Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: