Getting Connection object when using JMSListener

Hi @vshivk99,
Tbh I’m not sure off the top of my head as I don’t see an obvious way, but I would be curious what you’d want to do with the Connection object? Usually the connections are managed by the ConnectionFactory itself in a Spring JMS App and from a dev perspective you can access the ConnectionFactory or the Session object (as you’ve shown in your code above)