Skip to content

Instantly share code, notes, and snippets.

@poorna2786
Last active March 25, 2019 09:48
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 poorna2786/ba2f9162b394d9aec724e0a1cac9d8f9 to your computer and use it in GitHub Desktop.
Save poorna2786/ba2f9162b394d9aec724e0a1cac9d8f9 to your computer and use it in GitHub Desktop.
Global Elements
<s3:config name="Amazon_S3__Configuration" accessKey="${s3.accessKey}" secretKey="${s3.secretKey}" doc:name="Amazon S3: Configuration"/>
<http:listener-config name="HTTP_Listener_Configuration" host="${http.host}" port="${http.port}" doc:name="HTTP Listener Configuration"/>
<sqs:config name="Amazon_SQS__Configuration" accessKey="${s3.accessKey}" secretKey="${s3.secretKey}" defaultQueueName="${sqs.queueName}" url="${sqs.url}" region="${sqs.region}" doc:name="Amazon SQS: Configuration"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment