[esb-issues] [JBoss JIRA] Commented: (JBESB-2566) Documentation for SFTP gateway

Kevin Conner (JIRA) jira-events at lists.jboss.org
Fri May 15 04:56:46 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBESB-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12467729#action_12467729 ] 

Kevin Conner commented on JBESB-2566:
-------------------------------------

Sounds good, attach the feedback here and we will address it.


> Documentation for SFTP gateway
> ------------------------------
>
>                 Key: JBESB-2566
>                 URL: https://jira.jboss.org/jira/browse/JBESB-2566
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Documentation
>    Affects Versions: 4.5
>         Environment: SOA-P 4.3
>            Reporter: Aaron Pestel
>            Priority: Optional
>             Fix For: 4.x
>
>
> Requesting documentation for how to configure SFTP gateway.  At a minimum, requesting addition of a sample jboss-esb.xml configuration like this in the programmer's guide:
> <?xml version="1.0"?>
> <jbossesb parameterReloadSecs="5"
> xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd">
> <providers>
>  <ftp-provider hostname="ftpHost" name="FTPprovider">
>   <ftp-bus busid="ftpChannel">
>    <ftp-message-filter directory="/home/ftpUser/inbox"
>     error-delete="false" error-directory="/home/esbsftp/error"
>     input-suffix=".dat" passive="false" password="ftpPassword"
>     post-delete="false" post-directory="/home/ftpUser/outbox"
>     protocol="sftp" username="ftpUser" work-suffix=".esbWorking"/>
>   </ftp-bus>
>  </ftp-provider>
> </providers>
> <services>
>  <service category="MyServiceCategory" description="FTP listener"
>   invmScope="GLOBAL" name="FTPListener">
>   <listeners>
>    <ftp-listener busidref="ftpChannel" is-gateway="true"
>     name="FtpGateway" schedule-frequency="5"/>
>   </listeners>
>   <actions mep="OneWay">
>    <action class="org.jboss.soa.esb.actions.SystemPrintln" name="Display">
>     <property name="message" value="Message received: "/>
>    </action>
>   </actions>
>  </service>
> </services>
> </jbossesb>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list