Skip to content

Instantly share code, notes, and snippets.

@edgars
Created December 22, 2009 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edgars/261428 to your computer and use it in GitHub Desktop.
Save edgars/261428 to your computer and use it in GitHub Desktop.
<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="rock123"/>
<property name="period" value="10"/>
<property name="servicename" value="JBossEsb-GoogleDocs-2"/>
<property name="username" value="jbossesb@facilitait.com.br"/>
</listener>
</listeners>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment