+ All Categories
Home > Software > Microsoft Service Bus Connector With Mulesoft

Microsoft Service Bus Connector With Mulesoft

Date post: 22-Mar-2017
Category:
Upload: jitendra-bafna
View: 74 times
Download: 4 times
Share this document with a friend
13
Microsoft Service Bus Connector With Mulesoft
Transcript
Page 1: Microsoft Service Bus Connector With Mulesoft

Microsoft Service Bus Connector With

Mulesoft

Page 2: Microsoft Service Bus Connector With Mulesoft

Microsoft Service Bus Connector With

MulesoftService Bus Connector enables message integration with Windows Service Bus

on premise as well as Azure Service Bus on cloud. The connector supports the

communication with Queues, Topics and EventHubs through AMQP 1.0.

Features of Service Bus Connector

Send messages to Queues, Topics and EventHubs with support of AMQP.

Receive from Queues and Topic asynchornously.

Connector supports Windows Service Bus on-premise as well as Azure

Service Bus on cloud.

Rest Management API like CRUD for queues, Topics, Subscriptions and rules.

Page 3: Microsoft Service Bus Connector With Mulesoft

Microsoft Service Bus Connector With

MulesoftFirst go through one of my article How To Create Service Bus with Windows

Azure. This article will give you brief idea on how to create queues and topics

in azure cloud.

Now, we will walkthrough how to send and receive message from windows

azure service bus queue.

Page 4: Microsoft Service Bus Connector With Mulesoft

Sending Message To Windows Azure

Service Bus QueuePlace the HTTP Listener into the canvas and click to open properties console.

Click green plus sign and configure as follows.

Host: localhost

Port: 8081

Method: POST

Path: servicebus

Page 5: Microsoft Service Bus Connector With Mulesoft

Sending Message To Windows Azure

Service Bus Queue

Page 6: Microsoft Service Bus Connector With Mulesoft

Sending Message To Windows Azure

Service Bus Queue

Search and Drag the Microsoft Service Bus Connector into canvas. If, microsoft

service bus connector not found, then install from Anypoint Exchange.

Click on green plus sign to configure microsoft service bus connector.

Page 7: Microsoft Service Bus Connector With Mulesoft

Sending Message To Windows Azure

Service Bus Queue

Select Microsoft Service Bus:Azure Service Bus.

Page 8: Microsoft Service Bus Connector With Mulesoft

Sending Message To Windows Azure

Service Bus Queue

Provide Service Name, Shared Access Key Name and Shared Access Key. That

you can get it from Windows Azure Service Bus connection information.

Page 9: Microsoft Service Bus Connector With Mulesoft

Sending Message To Windows Azure

Service Bus Queue

Perform Test Connection and press OK.

Select Operation Queue send and provide Destination queue name.

Page 10: Microsoft Service Bus Connector With Mulesoft

Testing The Application

You can use postman to send the request to mule flow and mule flow will send

message to azure service bus queue.

Url: - http://localhost:8081/servicebus

Page 11: Microsoft Service Bus Connector With Mulesoft

Testing The Application

You can verify in azure service bus queue also if message received.

Page 12: Microsoft Service Bus Connector With Mulesoft

Receiving Message From Windows

Azure Service Bus QueueSearch and Drag Microsoft Service Bus Connector in Message source area of

canvas. Configure in same way as we have done above.

Select Operation Queue receive and provide Source queue.

Page 13: Microsoft Service Bus Connector With Mulesoft

Thank You.


Recommended