Reputation: 1097
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
Reputation: 174504
We just added the ability to get delivery confirmation events.
Upvotes: 1