If an mqtt client publishes to and subscribes to a topic, is it possible to convince the broker not to echo message sent by the client back to the client that published the message?
For example, if there are four clients (A, B, C, D) that are subscribed to and publishing to topic "foo", and client A publishes a message, I would like the message to be received by clients B, C, and D, but not echoed back to client A.