Hello, I'm using an ActiveMQConnectionFactory (5.5.1) to connect to a (remote) Topic, which works fine, except one little detail:
The thread that is started locally is not a daemon thread, which keeps my application open even if my main thread dies. Is there a way to make it a daemon thread when connectin to a remote topic? Regards, Flo