Uses of Interface
org.objectweb.joram.mom.dest.QueueMBean
-
Packages that use QueueMBean Package Description com.scalagent.joram.mom.dest.ftp com.scalagent.joram.mom.dest.scheduler org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.ow2.joram.shell.mom.commands -
-
Uses of QueueMBean in com.scalagent.joram.mom.dest.ftp
Classes in com.scalagent.joram.mom.dest.ftp that implement QueueMBean Modifier and Type Class Description classFtpQueueTheFtpQueueclass implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests. -
Uses of QueueMBean in com.scalagent.joram.mom.dest.scheduler
Classes in com.scalagent.joram.mom.dest.scheduler that implement QueueMBean Modifier and Type Class Description classSchedulerQueueThis class overrides the default Queue behavior in order to allow timed deliveries. -
Uses of QueueMBean in org.objectweb.joram.mom.dest
Subinterfaces of QueueMBean in org.objectweb.joram.mom.dest Modifier and Type Interface Description interfaceAcquisitionQueueMBeanJMX interface for the monitoring queue.interfaceClusterQueueMBeaninterfaceDistributionQueueMBeanClasses in org.objectweb.joram.mom.dest that implement QueueMBean Modifier and Type Class Description classAcquisitionQueueTheAcquisitionQueueclass implements the MOM acquisition queue behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.classAliasInQueueTheAliasInQueueclass forwards messages to a destination in an other Joram server using the destination ID.classAliasQueueTheAliasQueueclass forwards messages to a destination in an other Joram server using the destination ID.classClusterQueueTheClusterQueueclass implements the cluster queue behavior.classDistributionQueueTheDistributionQueueclass implements the MOM distribution queue behavior, delivering messages via theDistributionModule.classQueueTheQueueclass implements the MOM queue behavior, basically storing messages and delivering them upon clients requests. -
Uses of QueueMBean in org.ow2.joram.shell.mom.commands
Methods in org.ow2.joram.shell.mom.commands that return QueueMBean Modifier and Type Method Description private QueueMBeanMOMCommandsImpl. findQueue(String name)
-