Hello, I have a mess in the c++ APIs. Is it correct, that the qpid::client is deprecated in favor of qpid::messaging api?
If so, is there some equivalent of qpid::client::MessageListener::received() function, which is being called by the API on message arrival, or do i have to poll for the messages using qpid::messaging::Receiver::fetch() , thus forcing me to create one thread for every queue i am processing? regards, martin
