Re: [External] - Re: How to avoid AMQ229014 TTL "dump" for a "patient" Python 3 Stomp Listener

2022-06-24 Thread Richard Bergmann
I'm sorry, that was a typo. It should have read from_server_hb_millis = 0, which is the way I ran it, and the way I plan to run it in the future. I have very little control over how long it will take to process a message -- sometimes it can take hours. I just wanted to confirm that this was ex

Re: [External] - Re: How to avoid AMQ229014 TTL "dump" for a "patient" Python 3 Stomp Listener

2022-06-24 Thread Robbie Gemmell
Both your 'as is' code and 'on the other hand' description have from_server_hb_millis = 1 so its not clear what the other one was meant to be. Since you later referenced 'not requesting server HBs' I'd maybe guess your working case was just leaving it at the default value of 0. Presumably setti

Re: [External] - Re: How to avoid AMQ229014 TTL "dump" for a "patient" Python 3 Stomp Listener

2022-06-24 Thread Richard Bergmann
Sorry, I hope I am not beating a dead horse here, but I thought it might be helpful to report the results of my investigation. First of all, recall that my use case is the listener could be patient for long periods of time but then become busy on a long-running task as the result of a message r