Re: ActiveMQConnectionFactory - Remote - Thread not Daemon

2013-09-23 Thread Florian Schaetz
> Is there a way to make it a daemon thread when connectin to a remote topic? Ups, ironically, soon after posting I found /?daemon=true for the URL, my bad. Regards, Flo

ActiveMQConnectionFactory - Remote - Thread not Daemon

2013-09-23 Thread Florian Schaetz
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 wh