Skip to content

Commit f97224d

Browse files
author
Petr Matousek
committed
default endloop tx action is none
1 parent ff40e04 commit f97224d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/qpid-proton/reactor/handler/TxReceiverHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class TxReceiverHandler : public ReceiverHandler {
158158
int current_batch = 0;
159159
int processed = 0;
160160
string tx_action = "commit";
161-
string tx_endloop_action = "commit";
161+
string tx_endloop_action = "none";
162162
};
163163

164164
} /* namespace reactor */

src/api/qpid-proton/reactor/handler/TxSenderHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class TxSenderHandler : public SenderHandler {
132132
int current_batch = 0;
133133
int processed = 0;
134134
string tx_action = "commit";
135-
string tx_endloop_action = "commit";
135+
string tx_endloop_action = "none";
136136
};
137137

138138
} /* namespace reactor */

0 commit comments

Comments
 (0)