Re: Proton python message sending

2025-01-02 Thread Ted Ross
Hi Steve, Have you looked at the Python Proton examples? There is a server.py in there that does pretty much the same thing that you are trying to do here. It might be helpful. The error you are getting is a "link exception" with no description. I suspect there's some issue with the sending que

RE: Proton python message sending

2025-01-02 Thread Steve Huston
Hi Ted, Thanks very much for reading that code and responding. Very nice to hear from you. > Have you looked at the Python Proton examples? There is a server.py in there > that does pretty much the same thing that you are trying to do here. > It might be helpful. It was - I modeled my code on