Skip to content

Commit d90c706

Browse files
committed
PROTON-1442: [C++] Interactive transaction tester
You can interactively declare, commit, abort transactions; fetch/send messages; list pending unsettled messages; release unsettled messages This needs to be run against a broker that supports transactions Probably shouldn't be in examples as it's really a tester This code was written with the assistance of Cursor.
1 parent e595ce6 commit d90c706

File tree

2 files changed

+775
-0
lines changed

2 files changed

+775
-0
lines changed

cpp/examples/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ foreach(example
6161
service_bus
6262
multithreaded_client
6363
multithreaded_client_flow_control
64+
tx_interactive
6465
tx_send
6566
tx_recv)
6667
add_executable(${example} ${example}.cpp)

0 commit comments

Comments
 (0)