]
Mark Little closed JBESB-1396.
------------------------------
Resolution: Done
jms_topic QS - SendJMSMessage has duplicate close method
--------------------------------------------------------
Key: JBESB-1396
URL:
http://jira.jboss.com/jira/browse/JBESB-1396
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.2.1
Reporter: Jaroslaw Kijanowski
Assigned To: Mark Little
Priority: Trivial
Fix For: 4.2.1 CP1
SendJMSMessage's stop method is:
public void stop() throws JMSException
{
tc.close();
session.close();
tc.close();
}
should be:
public void stop() throws JMSException
{
tc.stop();
session.close();
tc.close();
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: