Uses of Class
org.objectweb.joram.mom.dest.Queue
-
Packages that use Queue 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. -
-
Uses of Queue in com.scalagent.joram.mom.dest.ftp
Subclasses of Queue in com.scalagent.joram.mom.dest.ftp Modifier and Type Class Description classFtpQueueTheFtpQueueclass implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests. -
Uses of Queue in com.scalagent.joram.mom.dest.scheduler
Subclasses of Queue in com.scalagent.joram.mom.dest.scheduler Modifier and Type Class Description classSchedulerQueueThis class overrides the default Queue behavior in order to allow timed deliveries. -
Uses of Queue in org.objectweb.joram.mom.dest
Subclasses of Queue in org.objectweb.joram.mom.dest 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.
-