Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Labels:None
-
Number of attachments :
Description
Implement JMS login/password feature by adding a "userName" & "password" fields into the PoolingConnectionFactory class and a call to xaConnectionFactory.createXAConnection(getUserName(), getPassword()) in the PoolingConnectionFactory class in case both fields are not null.
See: http://www.nabble.com/How-to-set-user-password-with-JMS-pooling-to14214720.html
Fixed.