I\'m having a bit of trouble with understanding JMS from a performance perspective. We have this very straightforward code in our application:
QueueConnection co
The only thing you need to create again and again is the msg itself - if you are sending to the same queue.
msg
So yes, you can remember the Connection, Session and Sender.