> SubscriptionManager subscriptions(session); > Listener listener(subscriptions, session); > subscriptions.run() > > because this block the thread, so i use subscriptions.get() > in my mainloop
That is not necessary... Your MessageListener::received() method will be called when new messages arrive. > but i found the memory used by this process > increase all the time, anybody happen this? help me. Thanks What OS and qpid version is this? What data did you collect to detect the memory leak? -Steve --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
