Hello everybody, I currently have an issue with the qpid-proton c++ implementation on windows. I can't connect to a Java broker with an authenticationproviders set to : PlainPasswordFile.
I built the simple_send examples and I can send messages to the broker if authenticationproviders is set to Anonymous. As soon as I reactivate PlainPasswordFile then I do not have any exception and exit code is set to 1, no messages are sent, and Y is display in the console. Maybe I miss a dependency ? Baptiste
