Package nl.nn.adapterframework.jms
Class JmsMessagingSource
- java.lang.Object
-
- nl.nn.adapterframework.jms.MessagingSource
-
- nl.nn.adapterframework.jms.JmsMessagingSource
-
public class JmsMessagingSource extends MessagingSource
MessagingSource
for JMS connections.- Since:
- 4.4
- Author:
- Gerrit van Brakel
-
-
Field Summary
-
Fields inherited from class nl.nn.adapterframework.jms.MessagingSource
log
-
-
Constructor Summary
Constructors Constructor Description JmsMessagingSource(String connectionFactoryName, String jndiContextPrefix, Context context, javax.jms.ConnectionFactory connectionFactory, Map<String,MessagingSource> messagingSourceMap, String authAlias, boolean createDestination, Map<String,String> proxiedDestinationNames, boolean useJms102)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jms.Destination
createDestination(String destinationName)
javax.jms.Destination
lookupDestination(String destinationName)
-
Methods inherited from class nl.nn.adapterframework.jms.MessagingSource
cleanUpOnClose, close, connectionsArePooled, createConnection, createDestination, createSession, decreaseReferences, getAuthAlias, getConnectionFactory, getContext, getDynamicReplyQueue, getId, getLogPrefix, getManagedConnectionFactory, getPhysicalName, increaseReferences, releaseDynamicReplyQueue, releaseSession, sessionsArePooled, setAuthAlias, useJms102, useSingleDynamicReplyQueue
-
-
-
-
Constructor Detail
-
JmsMessagingSource
public JmsMessagingSource(String connectionFactoryName, String jndiContextPrefix, Context context, javax.jms.ConnectionFactory connectionFactory, Map<String,MessagingSource> messagingSourceMap, String authAlias, boolean createDestination, Map<String,String> proxiedDestinationNames, boolean useJms102)
-
-
Method Detail
-
lookupDestination
public javax.jms.Destination lookupDestination(String destinationName) throws JmsException, NamingException
- Throws:
JmsException
NamingException
-
createDestination
public javax.jms.Destination createDestination(String destinationName) throws JmsException
- Throws:
JmsException
-
-