Uses of Class
org.objectweb.joram.mom.util.DMQManager
-
Packages that use DMQManager Package Description 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.objectweb.joram.mom.util -
-
Uses of DMQManager in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest that return DMQManager Modifier and Type Method Description protected DMQManagerQueue. cleanPendingMessage(long currentTime)Cleans the pending messages list.private DMQManagerQueue. denyMessage(String msgid, boolean redelivered, DMQManager dmqManager)Denies the specified message.Methods in org.objectweb.joram.mom.dest with parameters of type DMQManager Modifier and Type Method Description private DMQManagerQueue. denyMessage(String msgid, boolean redelivered, DMQManager dmqManager)Denies the specified message. -
Uses of DMQManager in org.objectweb.joram.mom.util
Methods in org.objectweb.joram.mom.util with parameters of type DMQManager Modifier and Type Method Description intInMemoryMessageTable. clean(long currentTime, DMQManager dmqManager)intMessageTable. clean(long currentTime, DMQManager dmqManager)Cleans the table from invalid messages.
-