Re: [External] Re: qpid::messaging::Sender::send() sometimes takes much longer than expected (in C++)

2020-12-10 Thread Gordon Sim
On 10/12/2020 16:04, Toralf Lund wrote: Where and when exactly are the heartbeats sent? The interval is negotiated at connection time. I believe the default for the 0-10 qpid::messaging client is 0, i.e. heartbeats disabled, so I suspect your client has some configuration setting a non-zero v

Re: qpid-jms-client-0.45 --> Suspected deadlocked threads - owned by JmsSession delivery dispatcher

2020-12-10 Thread akabhishek1
Hey Robbie, Thanks a lot for your suggestion. I am still working on exception listener, will let you know for any issue. While testing with 0.56.0-SNAPSHOT, I found one distinct issue - consumer closed for wrong receiver. Please find below details JMS Infra details - a) JMS Connection - 1 re

Re: [External] Re: qpid::messaging::Sender::send() sometimes takes much longer than expected (in C++)

2020-12-10 Thread Toralf Lund
On 10/12/2020 11:24, Gordon Sim wrote: On 10/12/2020 09:36, Toralf Lund wrote: On 09/12/2020 22:55, Gordon Sim wrote: Does the queue depth on the queue(s) that the slow sends occur on ever get large? (Is there some limit set on the queue depth?) The queues are last-value queues sorted on the

Re: Qpid JMS: Message filter validation

2020-12-10 Thread Robbie Gemmell
On Wed, 9 Dec 2020 at 22:19, Michael Walser wrote: > > Thank your for your exhaustive answer. > > > Am 09.12.20 um 16:53 schrieb Robbie Gemmell: > >> That said, Qpid JMS and at least the Qpid brokers have long supported > >> (along with ActiveMQ Artemis more recently) an escape of "quoting" the >

Re: [External] Re: qpid::messaging::Sender::send() sometimes takes much longer than expected (in C++)

2020-12-10 Thread Gordon Sim
On 10/12/2020 09:36, Toralf Lund wrote: On 09/12/2020 22:55, Gordon Sim wrote: Does the queue depth on the queue(s) that the slow sends occur on ever get large? (Is there some limit set on the queue depth?) The queues are last-value queues sorted on the "subject" values. They don't grow large

Re: [External] Re: qpid::messaging::Sender::send() sometimes takes much longer than expected (in C++)

2020-12-10 Thread Toralf Lund
On 09/12/2020 22:55, Gordon Sim wrote: On 09/12/2020 18:36, Toralf Lund wrote: On 09/12/2020 19:16, Gordon Sim wrote: On 09/12/2020 13:35, Toralf Lund wrote: My question is simply, what might cause the send to take several seconds? I can't see any reason why the communication itself should be