--- title: 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](./images/eqs1.png) Under the compute section, users will be able to see an EQS service and need to click on **EQS**. ![EQS section](./images/eqs2.png) 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](./images/eqs3.png) 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](./images/eqs4.png) Once you click **Create**, the EQS service will be created and displayed in the list. ![EQS list](./images/eqs5.png) ## Actions You can perform the following actions for the respective EQS: ![Actions](./images/eqs6.png) ### Add Queue To create a queue, click on the **Add Queue** button. ![Add Queue](./images/eqs7.png) ### Creds To see the credentials (such as the access key and secret key), click on the **Creds** button under Actions. ![Creds button](./images/eqs8.png) A pop-up will appear, displaying the credentials. ![Credentials pop-up](./images/eqs9.png) ### Delete To delete your EQS, click on the **Delete** button under Actions. ![Delete button](./images/eqs10.png) A confirmation pop-up will appear. Click on **Delete** again to confirm. ![Delete confirmation](./images/eqs11.png) ## Add Queue under Tab To add a queue under an existing EQS, click on the **Add Queue** button. ![Add Queue tab](./images/eqs12.png) A pop-up will appear. Enter the name of your queue and click on the **Add** button. ![Queue name input](./images/eqs13.png) After creating a queue, it will be displayed in the list under the created EQS. ![Queue list](./images/eqs15.png) ## Actions for Queue Service You can perform the following actions for the respective Queue: ![Queue Actions](./images/eqs16.png) ### Test Send Message Click on **Test send message** to send a test message. ![Test send message](./images/eqs17.png) A pop-up will appear. Enter your message, set the time delay if needed, and click **Send**. ![Send message pop-up](./images/eqs18.png) ### Purge To purge a queue, click on the **Purge** button. ![Purge button](./images/eqs19.png) A confirmation pop-up will appear. Click **OK** to continue. ![Purge confirmation](./images/eqs20.png) ### Delete To delete a queue, click on the **Delete** button. ![Delete queue button](./images/eqs21.png) A confirmation pop-up will appear. Click **Delete** again to remove the queue. ![Delete queue confirmation](./images/eqs21.png) ---