Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3-rc2
-
Component/s: Transport: JMS
-
Labels:None
-
Environment:
Java 1.4.2
Oracle 9.0.4.7
-
Configuration:
-
Similar Issues:None
Description
To consume a new JMS message the connector creates a new JMS Session. For this session a new JDBC Connection is created. The session is closed, but not the jdbc connection. In effect each message adds a jdbc connection.
I made a hotfix for this solution to get it working for our production situation. I attach the file to this issue.