1. Home
  2. Docs
  3. AwsCore::SQS
  4. Getting Started
  5. Using SQS

Using SQS

INVOKING SQS FUNCTIONS

Before calling any SQS functions you have to wait for the “Create SQS Object” callback, this callback will tell you when SQS is ready and has been initialized by Amazon Services, calling any SQS functions before this callback has returned will cause issues

All SQS functions are Blueprint Async nodes that run Async

RECEIVING MESSAGES

SENDING A MESSAGE

How can we help?