1 Reply Latest reply on Feb 12, 2008 12:46 PM by jstrachan

    using Camel recipientList in ServiceMix

    jcrean

      HI Folks

      can I map a JBI NormalisedMessage property to a Camel header - I would like to be able to set a property on the message and then use it to do dynamic routing.

      thanks

      Joe

        • 1. Re: using Camel recipientList in ServiceMix
          jstrachan

          All the properties on a NormalizedMessage should be available as headers on the Camel Message.

           

          You can also cast the Camel Exchange to a JbiExchange or the Camel Message to a JbiMessage if ever you really wanna get hold of the underlying JBI objects.