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 MessageContext
FailoverForwardingService. 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 MessageContext
ForwardingService. 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.Connection
JmsStore. newConnection()
Creates a new JMS Connection.javax.jms.MessageConsumer
JmsStore. newConsumer(javax.jms.Session session)
Returns a new JMS Message Consumer.javax.jms.MessageProducer
JmsStore. newProducer(javax.jms.Session session)
Creates a new JMS Message Producer.javax.jms.Session
JmsStore. newSession(javax.jms.Connection connection, int mode, boolean isProducerSession)
Creates a new JMS Session.void
JmsStore. newWriteConnection()
Creates a new JMS Message producer connection.
-