ActiveMQ CPP with modern C++ standards

2020-12-14 Thread A. M. Miera
Hello everyone, I have recently been writing some code which uses ActiveMQ-CPP library. Due to the fact, that I have used C++17 and C++20, I started writing some RAII-related code for the library types/functions (e.g. custom deleters), and it made me wonder: would it not be good to provide som

[DISCUSS] Add Artemis web console tests

2020-12-14 Thread Domenico Francesco Bruscino
I would like to add some tests to check the Artemis web console. I have used the selenium framework[1] to create a POC[2]. Do you know a better web application testing framework? [1] https://github.com/SeleniumHQ/selenium [2] https://github.com/brusdev/activemq-artemis/blob/add_console_tests/tests