Package | Description |
---|---|
org.objectweb.joram.client.connector |
Modifier and Type | Class and Description |
---|---|
class |
OutboundQueueSession
An
OutboundQueueSession instance wraps a JMS QueueSession
(XA or not) for a component involved in PTP outbound messaging. |
class |
OutboundTopicSession
An
OutboundTopicSession instance wraps a JMS TopicSession
(XA or not) for a component involved in PubSub outbound messaging. |
Modifier and Type | Field and Description |
---|---|
protected OutboundSession |
OutboundProducer.session
The
OutboundSession this producer belongs to. |
protected OutboundSession |
OutboundConsumer.session
The
OutboundSession this consumer belongs to. |
Constructor and Description |
---|
OutboundConsumer(MessageConsumer consumer,
OutboundSession session)
Constructs an
OutboundConsumer instance. |
OutboundProducer(MessageProducer producer,
OutboundSession session)
Constructs an
OutboundProducer instance. |
OutboundPublisher(MessageProducer producer,
OutboundSession session)
Constructs an
OutboundPublisher instance. |
OutboundReceiver(Queue queue,
MessageConsumer consumer,
OutboundSession session)
Constructs an
OutboundReceiver instance. |
OutboundSender(MessageProducer producer,
OutboundSession session)
Constructs an
OutboundSender instance. |
OutboundSubscriber(Topic topic,
boolean noLocal,
MessageConsumer consumer,
OutboundSession session)
Constructs an
OutboundSubscriber instance. |
Copyright © 2020 ScalAgent D.T.. All rights reserved.