mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@663052 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5cd2921c4e
commit
21568866ad
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue