0 Replies Latest reply on Aug 29, 2017 2:23 AM by kishore-cv

    jms.blobTransferPolicy.uploadUrl is not working for activemq

    kishore-cv

      Hi All,

       

      I am working on the  feasibility of processing large files in Fuse using blob message.

       

      <bean id="jms" class="org.apache.activemq.camel.component.ActiveMQComponent">

        <property name="brokerURL"

         value="tcp://localhost:61616?jms.blobTransferPolicy.uploadUrl=ftp://ftpuser:ftpuser@1xx.1xx.0.5/" />

        <property name="userName" value="admin" />

        <property name="password" value="admin" />

      </bean>

       

      But it is not connecting to the ftp server .

      in the route I am providing the file path

      <route id="fileRoute">

         <from     uri="file://filepath?moveFailed=.error;readLock=changed;readLockCheckInterval=5000" />

       

      Please let me know is there anything wrong the blueprint why it is not working.

      Is there any alternative solution to use blob messages in fuse.

       

      your quick response much appreciated .

       

      Thank you.

       

      Regards,

      Kishore