Forum Discussion

mohamadelmardin's avatar
mohamadelmardin
New Contributor III
8 years ago

How to configuring JMS snap or REST snap to integrate with SQS FIFO queue

I am trying to specify for my endpoint an SQS queue FIFO type. I don’t care if I am using the REST snap or JMS snap but I am reaching a dead end when using an SQS account for FIFO queue in JMS snap because SQS account supports only STANDARD SQS queue not FIFO according to the link below:

https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439291/JMS+Account

Is there a workaround to specify a FIFO SQS queue or do I need to request a feature enhancement from SnapLogic support?

  • Cogenics's avatar
    Cogenics
    New Contributor

    I have the hook object at the end of script. it may not visible in my post.

    • mbowen's avatar
      mbowen
      Employee

      Are you missing double quotes in your prepareCall? That is, "CALL SP('" and trailing single quote should be closed "'".