Class TibcoMessagingSourceFactory
java.lang.Object
org.frankframework.jms.AbstractMessagingSourceFactory
org.frankframework.jms.JmsMessagingSourceFactory
org.frankframework.extensions.tibco.TibcoMessagingSourceFactory
Factory for
TibcoMessagingSource
s, to share them for Tibco Objects that can use the same.
Tibco related IBIS objects can obtain a MessagingSource from this class. The physical connection is shared
between all IBIS objects that have the same (Tibco)connectionFactoryName.- Since:
- 4.9
- Author:
- Gerrit van Brakel
-
Field Summary
Fields inherited from class org.frankframework.jms.AbstractMessagingSourceFactory
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.jms.ConnectionFactory
createConnectionFactory
(Context context, String serverUrl) protected Context
protected MessagingSource
createMessagingSource
(String serverUrl, String authAlias, boolean createDestination) protected Map
<String, MessagingSource> Methods inherited from class org.frankframework.jms.JmsMessagingSourceFactory
createConnectionFactory
Methods inherited from class org.frankframework.jms.AbstractMessagingSourceFactory
getConnectionFactory, getContext, getMessagingSource
-
Constructor Details
-
TibcoMessagingSourceFactory
-
-
Method Details
-
getMessagingSourceMap
- Overrides:
getMessagingSourceMap
in classJmsMessagingSourceFactory
-
createMessagingSource
protected MessagingSource createMessagingSource(String serverUrl, String authAlias, boolean createDestination) throws IbisException - Overrides:
createMessagingSource
in classJmsMessagingSourceFactory
- Throws:
IbisException
-
createContext
- Overrides:
createContext
in classJmsMessagingSourceFactory
-
createConnectionFactory
-