The Pub/Sub system can remove the relevant messages from the subscription. Acknowledging a message whose ack deadline has expired may succeed, but such a message may be redelivered later. Acknowledging a message more than once will not result in an error.

subscriptions_ack(ack_ids, subscription)

Arguments

ack_ids

character A vector containing one or more message ackIDs

subscription

character, Subscription Required, the subscription whose messages are being acknowledged

Value

logical TRUE if message(s) was successfully acknowledged