# Is there any function to get the number of remaining messages in AWS SQS queue?

**URL:** https://discourse.julialang.org/t/is-there-any-function-to-get-the-number-of-remaining-messages-in-aws-sqs-queue/2653
**Category:** Specific Domains
**Tags:** question
**Created:** [March 14, 2017, 3:26am UTC](https://discourse.julialang.org/t/is-there-any-function-to-get-the-number-of-remaining-messages-in-aws-sqs-queue/2653 "2017-03-14T03:26:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jwu](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jwu/32/3775_2.png) [@jwu](https://discourse.julialang.org/u/jwu)
#### Post date: [March 14, 2017, 3:26am UTC](https://discourse.julialang.org/t/is-there-any-function-to-get-the-number-of-remaining-messages-in-aws-sqs-queue/2653/1 "2017-03-14T03:26:57Z")

</div>

or just whether it is empty or not.

I did not find any function in `AWS.jl`

try catch is an alternative to tell whether the queue is empty or not, but seems not that `clear`.
