show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Is maintenance on long lived JMS connections necessary?

I keep a JMS connection always open, because I have a MessageListener on it.

Is it a common need to worry about minimizing maintenance of applications with long lived JMS connections?

I was thinking something along the lines of try to recover from some possible common well known kinds of failure, like temporary connectivity failure.