Enabled only trace+ log.
In a second "ConnectionContext::get(), current=0000000000000000" call
triggered 2500+ times
Find the attached trace myclient.out
<http://qpid.2158936.n2.nabble.com/file/t396516/myclient.out>
Code snippet which I am trying( taken from QPID sample server.cpp )
Connection connection(url, connectionOptions);
try {
connection.open();
Session session = connection.createSession();
Receiver receiver = session.createReceiver("service_queue;
{create:
always}");
while (true) {
Message request = receiver.fetch();
const Address& address = request.getReplyTo();
}
connection.close();
return 0;
}
catch (const std::exception& error) {
std::cout << error.what() << std::endl;
connection.close();
}
Thanks,
Mohan
--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]