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";
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
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.