Memory leak in XAConnectionImpl

View: New views
2 Messages — Rating Filter:   Alert me  

Memory leak in XAConnectionImpl

by sgolestane :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When connect to a HA SwiftMQ server, message IDs stored in com.swiftmw.jms.v630.XAConnectionImpl duplicateLog never get deleted and this causes OOM overtime.

Re: Memory leak in XAConnectionImpl

by IIT Software :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The duplicate log grows to it's maximum (defined in the connection factory). Further additions will remove the oldest entry first. You can be sure that works.

Please check whether you use XA properly. May be that's the reason for a memory leak.