Skip to main content

Get Started

Introduction

E2E Queue service (EQS) lets you send, store, and receive messages between parts of your application or components. This is a high-performing, reliable, E2E EQS-compliant service that can be used for high-volume send/receive operations between various components in your software stack.

How to Create EQS?

Click on Compute from the side navbar.

Compute section

Under the compute section, users will be able to see an EQS service and need to click on EQS.

EQS section

After clicking on the EQS, the page will redirect to the EQS page. To create EQS, click on the Create Queue Service button.

Create EQS

The EQS creation form will open, where users can name the EQS, select the plan according to their requirements, and optionally use VPC. Fill in the details and click on the Create button.

EQS form

Once you click Create, the EQS service will be created and displayed in the list.

EQS list

Actions

You can perform the following actions for the respective EQS:

Actions

Add Queue

To create a queue, click on the Add Queue button.

Add Queue

Creds

To see the credentials (such as the access key and secret key), click on the Creds button under Actions.

Creds button

A pop-up will appear, displaying the credentials.

Credentials pop-up

Delete

To delete your EQS, click on the Delete button under Actions.

Delete button

A confirmation pop-up will appear. Click on Delete again to confirm.

Delete confirmation

Add Queue under Tab

To add a queue under an existing EQS, click on the Add Queue button.

Add Queue tab

A pop-up will appear. Enter the name of your queue and click on the Add button.

Queue name input

After creating a queue, it will be displayed in the list under the created EQS.

Queue list

Actions for Queue Service

You can perform the following actions for the respective Queue:

Queue Actions

Test Send Message

Click on Test send message to send a test message.

Test send message

A pop-up will appear. Enter your message, set the time delay if needed, and click Send.

Send message pop-up

Purge

To purge a queue, click on the Purge button.

Purge button

A confirmation pop-up will appear. Click OK to continue.

Purge confirmation

Delete

To delete a queue, click on the Delete button.

Delete queue button

A confirmation pop-up will appear. Click Delete again to remove the queue.

Delete queue confirmation