Re: {EXTERNAL MAIL} Re: Unable to Get Connection Info From ActiveMQConnectionFactory

2023-09-26 Thread Justin Bertram
At this point I'd recommend managing the JMS connection yourself and disabling any reconnection in the core JMS client. This will eliminate the need to use implementation-specific classes (e.g. SessionFailureListener) and will mean your code remains portable between JMS client & broker implementati

RE: {EXTERNAL MAIL} Re: Unable to Get Connection Info From ActiveMQConnectionFactory

2023-09-20 Thread Westpfal, Thomas
Justin, Thank you for your response, it was quite helpful. I also want to thank David for his response, I think he hit the nail on the head, that is excatly what I'm trying to achieve. Part of the requrements that I am trying to meet is that I give the user visibility into the connection at all