aws sqs component in mule

Post on 07-Jan-2017

139 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

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. 

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.

Create a new project SQS Demo

Eneter project name

Drag http and Amazon SQS

Configure Http global endpoint

Configure SQS global End point and create queue name operation

Properties

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

top related