Hello all, In the european aviation community a well know provider of flight data has change its internal AMQP1.0 broker, switching from Apache ActiveMQ to Solace PubSub+. A set of our application but very few in fact use Python3 and interrogate this AMQP broker. So we have too few experience in this matter. I use to maintain a library built above Apache qpid::proton which has work very well while we were accessing Apache ActiveMQ, the former version.
Reaching Solace PubSub+, i face some insidious error : ERROR:proton:SMF AD open flow response error (which seems linked to "credential") but i do not succeed to localize . And afterwards, the queue or subscription are empty object . The run() method of proton.reactor.Container instance that i use abruptally end very soon. Has someone already experience that or can help me to choose the area where i am supposed to dig into ? Many thanks . Didier (happy to share my issue ;-) )