class JMSAcquisition.JmsListener extends Object implements MessageListener
Modifier and Type | Field and Description |
---|---|
private JMSModule |
connection |
private Session |
session |
Constructor and Description |
---|
JmsListener(Session session,
JMSModule connection) |
Modifier and Type | Method and Description |
---|---|
void |
onException(JMSException exception) |
void |
onMessage(Message jmsMessage)
Implements the
MessageListener interface for processing the
asynchronous deliveries coming from the foreign JMS server. |
public void onMessage(Message jmsMessage)
MessageListener
interface for processing the
asynchronous deliveries coming from the foreign JMS server.onMessage
in interface MessageListener
public void onException(JMSException exception)
Copyright © 2022 ScalAgent D.T.. All rights reserved.