Teixi
Teixi

Reputation: 1097

Spring Integration, MQTT Support, get Broker answer after calling MessageChannel send

MessageChannel send method only returns a boolean indicating if the message has been send or not

boolean send(Message<?> message)

Can one implement a way to get the Broker answer either a PUBACK (QoS 1) or PUBREC, PUBCOMP (QoS 2) ?

Upvotes: 1

Views: 264

Answers (1)

Gary Russell
Gary Russell

Reputation: 174504

We just added the ability to get delivery confirmation events.

Upvotes: 1

Related Questions