Class JMSMemtest


  • public class JMSMemtest
    extends Object
    • Field Detail

      • topic

        protected boolean topic
      • durable

        protected boolean durable
      • messageCount

        protected long messageCount
      • connectionCheckpointSize

        protected int connectionCheckpointSize
      • connectionInterval

        protected long connectionInterval
      • consumerCount

        protected int consumerCount
      • producerCount

        protected int producerCount
      • checkpointInterval

        protected int checkpointInterval
      • prefetchSize

        protected int prefetchSize
      • messageSize

        protected int messageSize
      • reportDirectory

        protected String reportDirectory
      • reportName

        protected String reportName
      • destinationName

        protected String destinationName
      • allMessagesConsumed

        protected boolean allMessagesConsumed
      • allMessagesList

        protected MemConsumer allMessagesList
      • payload

        protected Message payload
      • createConnectionPerClient

        protected boolean createConnectionPerClient
      • transacted

        protected boolean transacted
      • useEmbeddedBroker

        protected boolean useEmbeddedBroker
    • Constructor Detail

      • JMSMemtest

        public JMSMemtest​(Properties settings)