Uses of Class
org.frankframework.jms.MessagingSource
Packages that use MessagingSource
-
Uses of MessagingSource in org.frankframework.jms
Subclasses of MessagingSource in org.frankframework.jmsFields in org.frankframework.jms declared as MessagingSourceMethods in org.frankframework.jms that return MessagingSourceModifier 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()
Methods in org.frankframework.jms that return types with arguments of type MessagingSourceModifier and TypeMethodDescriptionprotected abstract Map<String,
MessagingSource> AbstractMessagingSourceFactory.getMessagingSourceMap()
protected Map<String,
MessagingSource> JmsMessagingSourceFactory.getMessagingSourceMap()
Constructor parameters in org.frankframework.jms with type arguments of type MessagingSourceModifierConstructorDescriptionJmsMessagingSource
(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)