oa_gateway_stomp

Module adapter

Source
Expand description

ActiveMQ STOMP client adapter. Protocol control stays here; data crosses the engine.

This is a client, not a server. The retry loop sits outside one broker session. Each session runs on a child task so a panic is a join error. StompConfig::on_panic chooses abort or reconnect. The host does not restart a finished run.

Structsยง

  • STOMP client that bridges configured topics both ways.

Functionsยง