Dear all,

I am writing an amqp client with Qpid proton C++ 0.34 on Debian 10.
I create one client connection which I had some senders and some receivers on 
it.
For example with a request, I create a sender to send the message and a 
receiver for the reply message.
When I create a receiver in my default session for a particular address 
(queue), the receiver appear in the receiver list of the session.
After receive the message, when I close the receiver with "receiver.close()", 
the receiver is closed but it still present in the default session list.
Its state is closed and none active.
When I receive another message, the list increase indefinitely and was never 
clear.
Is there a way to prevent the list from growing indefinitely without closing 
the connection ?

Any help will be appreciate.

Regards

Eric Clappier



________________________________
Eaton Industries (France) S.A.S ~ Si?ge social: 110 Rue Blaise Pascal, Immeuble 
Le Vis?o - B?timent A Innovall?e, 38330, Montbonnot-St.-Martin, France ~ Lieu 
d'enregistrement au registre du commerce: Grenoble ~ Num?ro d'enregistrement: 
509 653 176 ~ Capital social souscrit et liber?:EUR 16215441 ~ Num?ro de TVA: 
FR47509653176

________________________________


Reply via email to