Uses of Class
org.frankframework.jms.JmsException
Packages that use JmsException
Package
Description
-
Uses of JmsException in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb that throw JmsExceptionModifier and TypeMethodDescriptionboolean
EsbSoapWrapperPipe.retrievePhysicalDestinationFromListener
(IListener<?> listener) -
Uses of JmsException in org.frankframework.extensions.tibco
Methods in org.frankframework.extensions.tibco that throw JmsExceptionModifier and TypeMethodDescriptionjakarta.jms.Destination
TibcoMessagingSource.lookupDestination
(String destinationName) -
Uses of JmsException in org.frankframework.jms
Methods in org.frankframework.jms that throw JmsExceptionModifier and TypeMethodDescriptionjakarta.jms.Destination
JmsMessagingSource.createDestination
(String destinationName) protected jakarta.jms.Session
JMSFacade.createSession()
Returns a session on the connection for a topic or a queueprotected jakarta.jms.Session
JmsSender.createSession()
JMSFacade.getConnectionFactoryName()
jakarta.jms.Destination
JMSFacade.getDestination()
jakarta.jms.Destination
JmsSender.getDestination
(PipeLineSession session, ParameterValueList pvl) protected JmsMessagingSource
JMSFacade.getJmsMessagingSource()
protected MessagingSource
JMSFacade.getMessagingSource()
JMSFacade.getPhysicalDestinationShortName
(boolean throwException) jakarta.jms.Destination
JmsMessagingSource.lookupDestination
(String destinationName) void
MessagingSource.releaseDynamicReplyQueue
(jakarta.jms.Queue replyQueue) Constructors in org.frankframework.jms that throw JmsExceptionModifierConstructorDescriptionJmsQueueBrowserIterator
(JMSFacade facade, jakarta.jms.Queue destination, String selector)