Package | Description |
---|---|
com.scalagent.joram.mom.dest.ftp | |
com.scalagent.joram.mom.dest.scheduler | |
org.objectweb.joram.mom.dest |
The
org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
org.objectweb.joram.mom.dest.jmsbridge |
The
org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. |
org.ow2.joram.shell.mom.commands |
Modifier and Type | Class and Description |
---|---|
class |
FtpQueue
The
FtpQueue class implements the MOM queue behaviour,
basically storing messages and delivering them upon clients requests. |
Modifier and Type | Class and Description |
---|---|
class |
SchedulerQueue
This class overrides the default Queue behavior in order to allow timed
deliveries.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcquisitionQueueMBean
JMX interface for the monitoring queue.
|
interface |
ClusterQueueMBean |
Modifier and Type | Class and Description |
---|---|
class |
AcquisitionQueue
The
AcquisitionQueue class implements the MOM acquisition queue
behavior, basically acquiring messages periodically or on client request,
using an AcquisitionModule . |
class |
AliasInQueue
The
AliasInQueue class forwards messages to a destination in an other
Joram server using the destination ID. |
class |
AliasQueue
The
AliasQueue class forwards messages to a destination in an other
Joram server using the destination ID. |
class |
ClusterQueue
The
ClusterQueue class implements the cluster queue behavior. |
class |
DistributionQueue
The
DistributionQueue class implements the MOM distribution queue
behavior, delivering messages via the DistributionModule . |
class |
Queue
The
Queue class implements the MOM queue behavior,
basically storing messages and delivering them upon clients requests. |
Modifier and Type | Class and Description |
---|---|
class |
JMSBridgeQueue
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private QueueMBean |
MOMCommandsImpl.findQueue(String name) |
Copyright © 2019 ScalAgent D.T.. All rights reserved.