# Redelivery unacked messages

**URL:** https://community.hivemq.com/t/redelivery-unacked-messages/1845
**Category:** MQTT
**Created:** [February 24, 2023, 3:03pm UTC](https://community.hivemq.com/t/redelivery-unacked-messages/1845 "2023-02-24T15:03:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Anton](https://avatars.discourse-cdn.com/v4/letter/a/d9b06d/32.png) [@Anton](https://community.hivemq.com/u/Anton)
#### Post date: [February 24, 2023, 3:03pm UTC](https://community.hivemq.com/t/redelivery-unacked-messages/1845/1 "2023-02-24T15:03:23Z")

</div>

Hi HiveMQ team,

Prerequisites:  
go paho client - 3.1.1  
hivemq - 4.9.0

In my subscriber I have a logic that requires to either ack or nack received message from the broker according to some reasons. In case when message isn’t acked I assume to receive that message again from the broker in some time. nevertheless it doesn’t happen.

as I understood from mqtt spec it’s possible.

be kind to explain me if missed something

---

<div class="post-metadata">

### Author: ![Daria\_H](https://avatars.discourse-cdn.com/v4/letter/d/dfb087/32.png) [@Daria\_H](https://community.hivemq.com/u/Daria_H)
#### Post date: [February 27, 2023, 6:53pm UTC](https://community.hivemq.com/t/redelivery-unacked-messages/1845/2 "2023-02-27T18:53:51Z")

</div>

Hi @Anton ,

Great that you are interested in MQTT and HiveMQ, welcome to the community!

In order to understand what your issue is, we need some additional information from you:  
What is QoS that you use for your message? Can you share a link to the source code of your client?

Thank you,  
Kind regards,  
Dasha from HiveMQ Team
