Hello: I'm using AMQ 5.8.0 as broker Some clients deployed into a web container send/consume JMS message to/from this broker
I as reading about TCP transport options and I've seen; daemon false Tells the transport thread to run as a daemon or not. Useful to enable when embedding in a Spring container or a web container to allow the container to shut down properly. What does it mean and how can affect to the web application? Should I enable ( daemon = true ) in client's transport settings ? Regards