Uses of Class
org.frankframework.jms.MessagingSource
-
Uses of MessagingSource in org.frankframework.jms
Modifier and TypeMethodDescriptionprotected MessagingSource
AbstractMessagingSourceFactory.createMessagingSource
(String id, String authAlias, boolean createDestination) protected MessagingSource
JmsMessagingSourceFactory.createMessagingSource
(String jmsConnectionFactoryName, String authAlias, boolean createDestination) AbstractMessagingSourceFactory.getMessagingSource
(String id, String authAlias, boolean createDestination) protected MessagingSource
JMSFacade.getMessagingSource()
Modifier and TypeMethodDescriptionprotected abstract Map<String,
MessagingSource> AbstractMessagingSourceFactory.getMessagingSourceMap()
protected Map<String,
MessagingSource> JmsMessagingSourceFactory.getMessagingSourceMap()
ModifierConstructorDescriptionJmsMessagingSource
(String connectionFactoryName, String jndiContextPrefix, Context context, jakarta.jms.ConnectionFactory connectionFactory, Map<String, MessagingSource> messagingSourceMap, String authAlias, boolean createDestination, Map<String, String> proxiedDestinationNames) protected
MessagingSource
(String id, Context context, jakarta.jms.ConnectionFactory connectionFactory, Map<String, MessagingSource> siblingMap, String authAlias, boolean createDestination)