Re: QPID CPP send blocks when receiver does not ack

2025-04-21 Thread Gordon Sim
On Mon, Apr 21, 2025 at 7:58 AM Fernández Parejo, José Alberto wrote: > The problem is that when external user doesn't dequeue nor TCP ACK messages > sender is blocked. We have tried to use sync parameter or > QPID_MESSAGING_EXTERN uint32_tgetCapacity () > > But it is no way to detect this is

QPID CPP send blocks when receiver does not ack

2025-04-20 Thread Fernández Parejo , José Alberto
Hello all, We have faced a problem when sending messages to an external system with: QPID_MESSAGING_EXTERN voidsend (const Message &message, bool sync=false) Using: qpid-cpp-1.39.0 qpid-proton-0.25.0 The problem is that when external user doesn't dequeue nor TCP ACK messages sende