Skip to content

Commit

Permalink
[feature][connectors-v2][ActiveMQ] add ActiveMQ source connector
Browse files Browse the repository at this point in the history
  • Loading branch information
luops committed Jan 24, 2025
1 parent 5bd1f29 commit 9b58e76
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ public void testActiveMQ(TestContainer container) throws Exception {
new String(
JSON_SERIALIZATION_SCHEMA.serialize(
TEST_DATASET.getValue().get(1)))));
if (messageConsumer != null) {
messageConsumer.close();
}
}

private static Pair<SeaTunnelRowType, List<SeaTunnelRow>> generateTestDataSet() {
Expand Down

0 comments on commit 9b58e76

Please sign in to comment.