Re: [QPID PROTON PYTHON] How to send messages in loop within the same link or connection.

2024-03-14 Thread Ted Ross
Richard, If you look in the Python examples directory, you'll find an example called recurring_timer.py. This shows how you can set up a recurring timer that fires every 4 seconds. When the timer fires, you can send your 30 messages in a loop. I would recommend checking the available credit on

RE: [QPID PROTON PYTHON] How to send messages in loop within the same link or connection.

2024-03-15 Thread Richard Sylvain
Hi Ted. Thank you so much! It's working fine with this timer. Sylvain -Original Message- From: Ted Ross Sent: Thursday, March 14, 2024 4:41 PM To: users@qpid.apache.org Subject: Re: [QPID PROTON PYTHON] How to send messages in loop within the same link or connection. Richard