Interface | Description |
---|---|
DeliveryListener |
Interface used for message deliveries.
|
IExchangeMBean |
Monitoring interface for AMQP exchanges.
|
ProxyMBean | |
QueueMBean |
Monitoring interface for AMQP queues.
|
Class | Description |
---|---|
AMQPAgent |
An
AMQPAgent is responsible of the communications with other Joram
AMQP servers. |
AMQPConnectionListener |
Listens to the TCP connections.
|
AMQPRequestNot |
Notification used to make a request to another Joram AMQP server.
|
AMQPResponseNot |
Notification used to answer a request coming from another Joram AMQP server.
|
AMQPService |
AMQP service used to open the server socket and start the connection
listeners.
|
ChannelContext |
Class used to hold all the contextual data relative to one channel.
|
ChannelContext.Delivery | |
DirectExchange |
The direct exchange type provides routing of messages to zero or more queues
based on an exact match between the routing key of the message, and the
binding key used to bind the queue to the exchange.
|
FanoutExchange |
The fanout exchange type works as follows:
1.
|
HeadersExchange |
The headers exchange type works as follows:
1.
|
IExchange | |
Message |
A Joram AMQP MOM message.
|
MetaData | |
Naming |
Naming directory for all local exchanges, proxies and queues.
|
Proxy |
Handles the AMQP frames received by the
AMQPConnectionListener . |
ProxyName | |
PublishRequest |
Class used by the
AMQPConnectionListener to hold all the parameters (
Basic.Publish method, header and body) necessary to publish a
message while they are received on the socket. |
Queue |
An AMQP queue.
|
Queue.Subscription | |
Queue.SubscriptionKey | |
QueueShell | |
RestartNot |
Notification used to tell other Joram AMQP servers that a server has
restarted.
|
StubAgentIn |
The
StubAgentIn class handles input interactions with other Joram
AMQP servers. |
StubAgentIn.Null | |
StubAgentOut |
The
StubAgentOut class handles output interactions with other Joram
AMQP servers. |
StubLocal |
The
StubLocal class handles interactions with local AMQP objects. |
TopicExchange |
The topic exchange type works as follows:
1.
|
Copyright © 2019 ScalAgent D.T.. All rights reserved.