MCPcopy Create free account
hub / github.com/apache/qpid-proton / sendMsg

Method sendMsg

cpp/examples/broker.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110 void boundQueue(Queue* q, std::string qn);
111 void sendMsg(proton::message m) {
112 DOUT(std::cerr << "Sender: " << this << " sending\n";);
113 sender_.send(m);
114 }
115 void unsubscribed() {
116 DOUT(std::cerr << "Sender: " << this << " deleting\n";);
117 sender_.user_data(nullptr);

Callers 1

tryToSendMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected