Re: Getting client-side error "Failed to create session"

2022-12-21 Thread Justin Bertram
The root caused-by is a java.lang.InterruptedException. It looks like something invoked interrupt() [1] on the Thread calling javax.jms.Connection#createSession. I wouldn't expect this to be coming from the ActiveMQ Artemis core JMS client. Justin [1] https://docs.oracle.com/en/java/javase/11/do

Getting client-side error "Failed to create session"

2022-12-21 Thread John Lilley
Greetings! Under circumstances which we have yet to fully qualify, we are getting the stack trace below. Can anyone shed light? Right now I’m just trying to understand if this is something we are doing, or something that the AMQ driver does under certain circumstances. Especially mysterious