# Service Bus

Frends offers seamless integration with [ServiceBus database](https://azure.microsoft.com/en-us/products/service-bus), enabling you to effortlessly connect and automate data flows involving ServiceBus.

Frends provides tasks for performing all core ServiceBus operations.

By leveraging Frends' task-based approach, you can configure and customize ServiceBus integrations according to your specific requirements. Frends offers a wide range of tasks that facilitate integrations to a variety of systems and protocols.

## Use cases

Below you will find typical use cases for ServiceBus integrations and how they are implemented in Frends.

### Listening for incoming ServiceBus messages

Using the Frends ServiceBus trigger to listen for incoming messages, process them and then reply to the reply queue.

<figure><img src="https://2096450325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevBo49UTUjEN84O2WPl6%2Fuploads%2Fgit-blob-2b134d08c65e6a2bbfcefd8d73b4d3b3f69d8b01%2Fservicebus-listen.svg?alt=media" alt=""><figcaption><p>Listening for incoming messages</p></figcaption></figure>

### Send a message to ServiceBus

By using the [`Send`](https://docs.frends.com/tasks/tasks/service-bus/send) task, we can create an integration that send messages to ServiceBus.

<figure><img src="https://2096450325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevBo49UTUjEN84O2WPl6%2Fuploads%2Fgit-blob-26a39e3a36859297517408cb91c3b68f92d52321%2Fservicebus-send.svg?alt=media" alt=""><figcaption><p>Send messages</p></figcaption></figure>
