You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2017/08/29 12:58:00 UTC

[jira] [Closed] (AMQ-6800) jms.blobTransferPolicy.uploadUrl is not working for activemq

     [ https://issues.apache.org/jira/browse/AMQ-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQ-6800.
-----------------------------
    Resolution: Invalid

Please take questions and support issues to the users mailing list, if it's determined there that there's an issue and not just configuration problems then return with an issue addressing the specific problem. 

> jms.blobTransferPolicy.uploadUrl is not working for activemq
> ------------------------------------------------------------
>
>                 Key: AMQ-6800
>                 URL: https://issues.apache.org/jira/browse/AMQ-6800
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Kishore Kumar Reddy Chintham
>
> 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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)