Uses of Class
org.apache.synapse.message.StoreForwardException
-
Packages that use StoreForwardException Package Description org.apache.synapse.message.processor.impl.failover org.apache.synapse.message.processor.impl.forwarder org.apache.synapse.message.store.impl.jms -
-
Uses of StoreForwardException in org.apache.synapse.message.processor.impl.failover
Methods in org.apache.synapse.message.processor.impl.failover that throw StoreForwardException Modifier and Type Method Description MessageContextFailoverForwardingService. fetch(MessageConsumer msgConsumer)Receives the next message from the message store. -
Uses of StoreForwardException in org.apache.synapse.message.processor.impl.forwarder
Methods in org.apache.synapse.message.processor.impl.forwarder that throw StoreForwardException Modifier and Type Method Description MessageContextForwardingService. fetch()Receives the next message from the message store. -
Uses of StoreForwardException in org.apache.synapse.message.store.impl.jms
Methods in org.apache.synapse.message.store.impl.jms that throw StoreForwardException Modifier and Type Method Description javax.jms.ConnectionJmsStore. newConnection()Creates a new JMS Connection.javax.jms.MessageConsumerJmsStore. newConsumer(javax.jms.Session session)Returns a new JMS Message Consumer.javax.jms.MessageProducerJmsStore. newProducer(javax.jms.Session session)Creates a new JMS Message Producer.javax.jms.SessionJmsStore. newSession(javax.jms.Connection connection, int mode, boolean isProducerSession)Creates a new JMS Session.voidJmsStore. newWriteConnection()Creates a new JMS Message producer connection.
-