oa_gateway_testing::stomp

Function start_mini_broker_tls

Source
pub async fn start_mini_broker_tls(certs: &TestCerts) -> MiniBroker
Expand description

As start_mini_broker, but the broker terminates TLS with certs.

Connect to it with StompPeer::connect_tls or a StompConfig carrying a [ClientTls].