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 the examples.

> Another possible issue:  You are calling sender.send with "msg_bytes" and not
> a Message object.  I don't know what msg_bytes is, but I think it needs
> a send() method for it to work.   Maybe you meant
> sender.send(Message(body=msg_bytes)).

<face palm>
That was it. Thank you.

Happy New Year,
-Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to