🎄 Happy Holidays! 🥳

Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.

Happy Holidays!

Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.

How many number of days a message will be left unconsumed in Solace queue ?

Kinjal Shah
Kinjal Shah Member Posts: 10

How many number of days a message will be left unconsumed in Solace queue ?

Answers

  • uherbst
    uherbst Member, Employee Posts: 130 Solace Employee

    unlimited... unless you configure a TTL (Time-to-live) on the queue.

    With that, a message is e.g. deleted from a queue after 10 minutes.

  • marc
    marc Member, Administrator, Moderator, Employee Posts: 963 admin

    Hi @Kinjal Shah,

    As @uherbst mentions this is configurable. The docs are a good starting point as the TTL can be set on a message by message basis. Setting this differs per API but here is a tutorial with JCSMP.

    Also in the PS+ Manager if you look at a queue endpoint you'll see these options which allow you to configure how you'd like this handled.

    -Marc