does qpid proton c++ support SASL SCRAM-SHA-256

2024-03-19 Thread abdelrhman abdelhmaed
Hi, I am using the qpid proton library to connect to Broker( Apache ActiveMQ Artemis). The authentication mechanism must be SALS SCRAM_SHA-256. i tried to configure Qpid proton client to use this mechanism via the following methods std::string MECHANISM = "SCRAM-SHA-256";

RE: does qpid proton c++ support SASL SCRAM-SHA-256

2024-03-20 Thread abdelrhman abdelhmaed
target_link_libraries(${TARGET_NAME} Sma qpid-proton-cpp Services ) On 2024/03/19 07:57:31 abdelrhman abdelhmaed wrote: > Hi, > I am using the qpid proton library to connect to Broker( Apache ActiveMQ > Artemis). > The authentication mechanism must be SALS SCRAM_SHA-256. > i tried to

RE: does qpid proton c++ support SASL SCRAM-SHA-256

2024-03-20 Thread abdelrhman abdelhmaed
edits=1000;amqpLowCredits=300;amqpMinLargeMessageSize=102400;amqpDuplicateDetection=true On 2024/03/19 07:57:31 abdelrhman abdelhmaed wrote: > Hi, > I am using the qpid proton library to connect to Broker( Apache ActiveMQ > Artemis). > The authentication mechanism must be SALS SCRAM_SHA-256.