Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Microsoft Service Bus Connector With Mulesoft

Microsoft Service Bus Connector With Mulesoft

Microsoft Service Bus Connector With Mulesoft

Jitendra Bafna

May 22, 2017
Tweet

More Decks by Jitendra Bafna

Other Decks in Technology

Transcript

  1. Microsoft Service Bus Connector With Mulesoft Service 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.
  2. Microsoft Service Bus Connector With Mulesoft First 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.
  3. Sending Message To Windows Azure Service Bus Queue Place 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
  4. 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.
  5. 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.
  6. Sending Message To Windows Azure Service Bus Queue Perform Test

    Connection and press OK. Select Operation Queue send and provide Destination queue name.
  7. 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
  8. Receiving Message From Windows Azure Service Bus Queue Search 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.