@Deprecated public class JMSReceiver extends JMSClient implements javax.jms.MessageListener
conn, destination, destinationName, factory, session, topicName
Constructor and Description |
---|
JMSReceiver(com.softwareag.eda.webm.configuration.ConfigJMS configJMS)
Deprecated.
The entire class is deprecated. See deprecation notice for
JMSReceiver . |
JMSReceiver(com.softwareag.eda.webm.configuration.ConfigJMS configJMS,
MessageListener msgCB,
java.lang.String destinationName,
java.lang.String messageSelector,
JMSReceiverSubscriber jMSReceiverSubscriber)
Deprecated.
The entire class is deprecated. See deprecation notice for
JMSReceiver . |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Deprecated.
destroys explicitly the client, while closing the connection the
consumer and the session
|
MessageListener |
getMsgCB()
Deprecated.
|
void |
onMessage(javax.jms.Message message)
Deprecated.
The entire class is deprecated. See deprecation notice for
JMSReceiver . |
void |
restoreConnection()
Deprecated.
|
void |
setExceptionListener(javax.jms.ExceptionListener listener)
Deprecated.
|
getConn, getDestinationName, recreateConnection
getBindings, getClassLoader, getConfigJMS, getConnectionFactories, getDeployedDestinationListAsString, getDeployedDestinations, getDestinations, getInitialContext, getTopicName, lookup, lookupDestination, lookupDestinationsForCF, lookupFactory, popContextClassLoader, pushContextClassLoader
@Deprecated public JMSReceiver(com.softwareag.eda.webm.configuration.ConfigJMS configJMS, MessageListener msgCB, java.lang.String destinationName, java.lang.String messageSelector, JMSReceiverSubscriber jMSReceiverSubscriber) throws javax.jms.JMSException
JMSReceiver
.javax.jms.JMSException
@Deprecated public JMSReceiver(com.softwareag.eda.webm.configuration.ConfigJMS configJMS) throws javax.jms.JMSException
JMSReceiver
.javax.jms.JMSException
public void restoreConnection() throws javax.jms.JMSException
javax.jms.JMSException
@Deprecated public void onMessage(javax.jms.Message message)
JMSReceiver
.onMessage
in interface javax.jms.MessageListener
public void destroy()
public void setExceptionListener(javax.jms.ExceptionListener listener)
public MessageListener getMsgCB()