On 06/06/2019 2:33 pm, Jose Alberto Fernandez Parejo wrote:
Hello everyone,


We are using rabbitmq broker and qpid-cpp last version API to
send/receive messages to/from broker with AMQP1.0

Our application using several senders over the same connection and session.

When calling to sender.close() procedure application hangs and no error
nor trace is shown. We have enable debugging and nothing is seen.

Besides, in the server.cpp example provided in qpid-cpp the same problem
happens.

Anyone knows what it is the problem?

Can you get a protocol trace? E.g. set env var QPID_LOG_ENABLE=trace+ when running the client.

That will show the interaction with the broker on closing a sender link and hopefully some insight into the problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to