Uses of Class
org.frankframework.jms.JmsException
Packages that use JmsException
-
Uses of JmsException in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb that throw JmsExceptionModifier and TypeMethodDescriptionbooleanEsbSoapWrapperPipe.retrievePhysicalDestinationFromListener(IListener<?> listener) -
Uses of JmsException in org.frankframework.jms
Methods in org.frankframework.jms that throw JmsExceptionModifier and TypeMethodDescriptionjakarta.jms.DestinationJmsMessagingSource.createDestination(String destinationName) Get or create the JMS destination.protected jakarta.jms.SessionJMSFacade.createSession()Returns a session on the connection for a topic or a queueprotected jakarta.jms.SessionJmsSender.createSession()JMSFacade.getConnectionFactoryName()jakarta.jms.DestinationJMSFacade.getDestination()jakarta.jms.DestinationJmsSender.getDestination(PipeLineSession session, ParameterValueList pvl) protected JmsMessagingSourceJMSFacade.getJmsMessagingSource()protected MessagingSourceJMSFacade.getMessagingSource()JMSFacade.getPhysicalDestinationShortName(boolean throwException) jakarta.jms.DestinationJmsMessagingSource.lookupDestination(String destinationName) Misleading name, it attempts to lookup the destination in the JNDI, but falls back toJmsMessagingSource.createDestination(String)ifMessagingSource.createDestination()(jms.createDestination) istrue.voidMessagingSource.releaseDynamicReplyQueue(jakarta.jms.Queue replyQueue) Constructors in org.frankframework.jms that throw JmsExceptionModifierConstructorDescriptionJmsQueueBrowserIterator(JMSFacade facade, jakarta.jms.Queue destination, String selector)