aws sqs component in mule

9
AWS SQS component in mule Amazon Simple Queue Service (Amazon SQS) is a distributed queue messaging service introduced by Amazon.com in April 2006. It supports programmatic sending of messages via web service applications as a way to communicate over the Internet. SQS is intended to provide a highly scalable hosted message queue that resolves issues arising from the common producer-consumer problem or connectivity between producer and consumer. Mule ESB with Amazon's Simple Queue Service (SQS) as the supporting messaging infrastructure.

Upload: ramakrishna-kapa

Post on 07-Jan-2017

139 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Aws sqs  component in mule

AWS SQS component in mule

Amazon Simple Queue Service (Amazon SQS) is a distributed queue messaging service introduced by Amazon.com in April 2006. It supports

programmatic sending of messages via web service applications as a way to communicate over the Internet. SQS is intended to provide a

highly scalable hosted message queue that resolves issues arising from the common producer-consumer problem or connectivity between

producer and consumer. Mule ESB with Amazon's Simple Queue Service (SQS) as the supporting

messaging infrastructure. 

Page 2: Aws sqs  component in mule

The Amazon SQS cloud connector provides an easy way to interface with the Amazon SQS API from within the CloudHub™ environment. This cloud connector allows users to manage SQS queueing services without having to deal directly with the Amazon SQS API.

Page 3: Aws sqs  component in mule

Create a new project SQS Demo

Page 4: Aws sqs  component in mule

Eneter project name

Page 5: Aws sqs  component in mule

Drag http and Amazon SQS

Page 6: Aws sqs  component in mule

Configure Http global endpoint

Page 7: Aws sqs  component in mule

Configure SQS global End point and create queue name operation

Page 8: Aws sqs  component in mule

Properties

Page 9: Aws sqs  component in mule

Hit the service like below: http://localhost:8081/sqs

We can see the output as Queeue is created

And we can see the created queue in amazon SQS .

Run the project as muleApplication