Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@ahmad88me ahmad88me released this 25 Jan 15:06

What’s New in StiQueue

  • Improved Documentation:

    • Enhanced clarity and structure of the documentation.
    • Added more examples and detailed explanations of the SQServer and SQClient functionalities.
    • Expanded the guide for extending StiQueue and using features like acknowledgment.
  • Message Acknowledgment Mechanism: * Introduced an acknowledgment (ack) system to ensure message reliability. * Prevents message loss caused by client disconnections, crashes, or other interruptions.

    • If a client fails to acknowledge a dequeued message within the configured ack_timeout, the message is returned to the queue for redelivery.
    • Ideal for use cases requiring high message reliability and fault tolerance.”