Class TibcoMessagingSource
java.lang.Object
org.frankframework.jms.MessagingSource
org.frankframework.jms.JmsMessagingSource
org.frankframework.extensions.tibco.TibcoMessagingSource
MessagingSource
for Tibco connections.- Since:
- 4.9
- Author:
- Gerrit van Brakel
-
Field Summary
Fields inherited from class org.frankframework.jms.MessagingSource
log
-
Constructor Summary
ConstructorsConstructorDescriptionTibcoMessagingSource
(String connectionFactoryName, Context context, jakarta.jms.ConnectionFactory connectionFactory, Map<String, MessagingSource> messagingSourceMap, String authAlias) -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.jms.Connection
jakarta.jms.Destination
lookupDestination
(String destinationName) Methods inherited from class org.frankframework.jms.JmsMessagingSource
createDestination
Methods inherited from class org.frankframework.jms.MessagingSource
cleanUpOnClose, close, connectionsArePooled, createDestination, createSession, decreaseReferences, getConnectionFactory, getContext, getDynamicReplyQueue, getLogPrefix, increaseReferences, releaseDynamicReplyQueue, releaseSession, sessionsArePooled, useSingleDynamicReplyQueue
-
Constructor Details
-
TibcoMessagingSource
-
-
Method Details
-
createConnection
protected jakarta.jms.Connection createConnection() throws jakarta.jms.JMSException- Overrides:
createConnection
in classMessagingSource
- Throws:
jakarta.jms.JMSException
-
lookupDestination
- Overrides:
lookupDestination
in classJmsMessagingSource
- Throws:
JmsException
-