Package | Description |
---|---|
org.apache.synapse.message.processor.impl.failover | |
org.apache.synapse.message.processor.impl.forwarder | |
org.apache.synapse.message.store.impl.jms |
Modifier and Type | Method and Description |
---|---|
MessageContext |
FailoverForwardingService.fetch(MessageConsumer msgConsumer)
Receives the next message from the message store.
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
ForwardingService.fetch()
Receives the next message from the message store.
|
Modifier and Type | Method and 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.
|
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.