Skip to content

Instantly share code, notes, and snippets.

@edgars
Created January 2, 2010 09:50
Show Gist options
  • Select an option

  • Save edgars/267447 to your computer and use it in GitHub Desktop.

Select an option

Save edgars/267447 to your computer and use it in GitHub Desktop.
<bus-provider name="Google">
<bus busid="SpreadSheets">
<property name="bus-property" value="bus-prop-value"/>
</bus>
</bus-provider>
....
<service category="Google" description="Google" invmScope="GLOBAL" name="GoogleDocs">
<listeners>
<listener busidref="SpreadSheets" is-gateway="true" maxThreads="1" name="Docs">
<property name="documentname" value="SKILLS-3-to-8"/>
<property name="feedurl" value="http://spreadsheets.google.com/feeds/spreadsheets/private/full"/>
<property name="gatewayClass" value="org.jboss.soa.jbossesb.gateways.google.GoogleDocsGateway"/>
<property name="password" value="scottiger"/>
<property name="period" value="10"/>
<property name="servicename" value="JBossEsb-GoogleDocs-2"/>
<property name="username" value="jbossesb@facilitait.com.br"/>
</listener>
</listeners>
<actions>
<action class="org.jboss.soa.esb.actions.SystemPrintln" name="Log">
<property name="message" value="JBossESBGoogle"/>
<property name="printfull" value="true"/>
<property name="outputstream" value="true"/>
</action>
</actions>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment