2 Replies Latest reply on Mar 11, 2009 9:53 AM by rotgier

    Routing to JBI with Camel NMR

    rotgier

      Hello,

       

      I try to evaluate the possibility of routing messages to JBI in FUSE4. In general I was wondering how can I expose the JBI endpoint to the whole OSGI container.

       

      I've decided that at first step I would try to expose a file-sender SU (file-component) and somehow send a message to it. I figured out that i could use camel-nmr to route the message from some source. In order to do so I got the camel-nmr-4.0.0.4-fuse example and slightly modified it:

       

         

            <to uri="nmr:fsender:fsenderendpoint"/>

            

       

      Thanks in advance for any help.