2 Replies Latest reply on Jul 18, 2012 4:24 AM by nohaapav

    JMF messaging with camel

    nohaapav

      Hi Guys,

       

      I have question related to JMF messaging. The deal is:

       

      The JDFConnector of Prinect provides a JMF port, which handles JMF Messaging. The default URL of this port is http://192.168.0.10:8889/jmfportal

       

      Is there any possibility how to read jmf messages from that address by fuse(camel) somehow ?

       

      Something similar like:

       

         

       

      where the value of ${fuse.jmfMessageQueue} is address http://192.168.0.10:8889/jmfportal which handle jmf messaging?

       

      Thx for any hint.

       

      Pavol

        • 1. Re: JMF messaging with camel
          njiang

          Current Camel doesn't provide the JMF component to handle the JMF message.

          camel-activemq component is used to deal with JMS message not the JMF message.

           

          You need to implement the camel-jmf component yourself, if you still want to talke to the JMF provider with Fuse ESB.

           

          Willem

          • 2. Re: JMF messaging with camel
            nohaapav

            Thx Willem,

             

            i was afraid of that cause i was unable to find any example how to implement such a component