Re: [SwiftMQv4.6.0]JMS connections opened without clientID
Posted By:
Andreas_Mueller
Posted On:
Friday, October 17, 2003 01:40 AM
If you don't set a client id, a random one is generated. For example, if you use SwiftMQ's JNDI, a JMS connection is created with a random client id. If you don't close the JNDI context resp. you reference it somewhere and it is not GC'ed, these JMS connections are hanging around.