git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@663052 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-06-04 10:36:06 +00:00
parent 5cd2921c4e
commit 21568866ad
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ public class ManagedSessionProxy implements Session, QueueSession, TopicSession
* @throws JMSException * @throws JMSException
*/ */
public void setMessageListener(MessageListener listener) throws JMSException { public void setMessageListener(MessageListener listener) throws JMSException {
getSession(); // .setMessageListener(listener); getSession().setMessageListener(listener);
} }
/** /**