Reliable publisher interface for the broker. You may use this class to reliably publish your messages (publisher-confirms).
More...
Reliable publisher interface for the broker. You may use this class to reliably publish your messages (publisher-confirms).
You may as well use Client
itself instead, this class gives no additional benefits and is present merely for convenience.
You are not expected to store this class for a long time, because it takes a connection from the underlying connections pool.
Usually retrieved from Client
.
Definition at line 59 of file channel.hpp.