I want to learn how to set up and instance of ActiveMQ to accept Stomp over Websockets. So, I looked at the example at <installation directory>/apache-artemis-2.14.0/examples/protocols/stomp/stomp-websockets
While I can run it with 'mvn verify', I do not see where the configuration files are for the example, so I can learn how to configure a stand alone server that only accepts stomp over websocket connections. Where is the config? Any walkthroughs on how to set it up?