Tabnine Logo
ActiveMQPrefetchPolicy.getMaxPrefetchLimit
Code IndexAdd Tabnine to your IDE (free)

How to use
getMaxPrefetchLimit
method
in
org.apache.activemq.ActiveMQPrefetchPolicy

Best Java code snippets using org.apache.activemq.ActiveMQPrefetchPolicy.getMaxPrefetchLimit (Showing top 20 results out of 315)

origin: apache/activemq

/**
 * @param queuePrefetch
 *            The queuePrefetch to set.
 */
public void setQueuePrefetch(int queuePrefetch) {
  this.queuePrefetch = getMaxPrefetchLimit(queuePrefetch);
}
origin: apache/activemq

/**
 * @param durableTopicPrefetch
 *            The durableTopicPrefetch to set.
 */
public void setDurableTopicPrefetch(int durableTopicPrefetch) {
  this.durableTopicPrefetch = getMaxPrefetchLimit(durableTopicPrefetch);
}
origin: apache/activemq

/**
 * @param topicPrefetch
 *            The topicPrefetch to set.
 */
public void setTopicPrefetch(int topicPrefetch) {
  this.topicPrefetch = getMaxPrefetchLimit(topicPrefetch);
}
origin: apache/activemq

/**
 * @param queueBrowserPrefetch
 *            The queueBrowserPrefetch to set.
 */
public void setQueueBrowserPrefetch(int queueBrowserPrefetch) {
  this.queueBrowserPrefetch = getMaxPrefetchLimit(queueBrowserPrefetch);
}
origin: apache/activemq

public void setAll(int i) {
  this.durableTopicPrefetch = getMaxPrefetchLimit(i);
  this.queueBrowserPrefetch = getMaxPrefetchLimit(i);
  this.queuePrefetch = getMaxPrefetchLimit(i);
  this.topicPrefetch = getMaxPrefetchLimit(i);
  this.optimizeDurableTopicPrefetch = getMaxPrefetchLimit(i);
}
origin: org.apache.activemq/activemq-client

/**
 * @param queueBrowserPrefetch
 *            The queueBrowserPrefetch to set.
 */
public void setQueueBrowserPrefetch(int queueBrowserPrefetch) {
  this.queueBrowserPrefetch = getMaxPrefetchLimit(queueBrowserPrefetch);
}
origin: org.apache.activemq/activemq-client

/**
 * @param topicPrefetch
 *            The topicPrefetch to set.
 */
public void setTopicPrefetch(int topicPrefetch) {
  this.topicPrefetch = getMaxPrefetchLimit(topicPrefetch);
}
origin: org.apache.activemq/activemq-all

public void setAll(int i) {
  this.durableTopicPrefetch = getMaxPrefetchLimit(i);
  this.queueBrowserPrefetch = getMaxPrefetchLimit(i);
  this.queuePrefetch = getMaxPrefetchLimit(i);
  this.topicPrefetch = getMaxPrefetchLimit(i);
  this.optimizeDurableTopicPrefetch = getMaxPrefetchLimit(i);
}
origin: org.apache.activemq/activemq-client

/**
 * @param durableTopicPrefetch
 *            The durableTopicPrefetch to set.
 */
public void setDurableTopicPrefetch(int durableTopicPrefetch) {
  this.durableTopicPrefetch = getMaxPrefetchLimit(durableTopicPrefetch);
}
origin: org.apache.activemq/activemq-client

/**
 * @param queuePrefetch
 *            The queuePrefetch to set.
 */
public void setQueuePrefetch(int queuePrefetch) {
  this.queuePrefetch = getMaxPrefetchLimit(queuePrefetch);
}
origin: org.apache.activemq/activemq-all

/**
 * @param queueBrowserPrefetch
 *            The queueBrowserPrefetch to set.
 */
public void setQueueBrowserPrefetch(int queueBrowserPrefetch) {
  this.queueBrowserPrefetch = getMaxPrefetchLimit(queueBrowserPrefetch);
}
origin: org.apache.activemq/activemq-client

public void setAll(int i) {
  this.durableTopicPrefetch = getMaxPrefetchLimit(i);
  this.queueBrowserPrefetch = getMaxPrefetchLimit(i);
  this.queuePrefetch = getMaxPrefetchLimit(i);
  this.topicPrefetch = getMaxPrefetchLimit(i);
  this.optimizeDurableTopicPrefetch = getMaxPrefetchLimit(i);
}
origin: org.apache.activemq/activemq-all

/**
 * @param durableTopicPrefetch
 *            The durableTopicPrefetch to set.
 */
public void setDurableTopicPrefetch(int durableTopicPrefetch) {
  this.durableTopicPrefetch = getMaxPrefetchLimit(durableTopicPrefetch);
}
origin: org.apache.activemq/activemq-all

/**
 * @param queuePrefetch
 *            The queuePrefetch to set.
 */
public void setQueuePrefetch(int queuePrefetch) {
  this.queuePrefetch = getMaxPrefetchLimit(queuePrefetch);
}
origin: org.apache.activemq/activemq-osgi

/**
 * @param topicPrefetch
 *            The topicPrefetch to set.
 */
public void setTopicPrefetch(int topicPrefetch) {
  this.topicPrefetch = getMaxPrefetchLimit(topicPrefetch);
}
origin: org.apache.activemq/activemq-osgi

/**
 * @param queuePrefetch
 *            The queuePrefetch to set.
 */
public void setQueuePrefetch(int queuePrefetch) {
  this.queuePrefetch = getMaxPrefetchLimit(queuePrefetch);
}
origin: org.apache.activemq/activemq-osgi

/**
 * @param queueBrowserPrefetch
 *            The queueBrowserPrefetch to set.
 */
public void setQueueBrowserPrefetch(int queueBrowserPrefetch) {
  this.queueBrowserPrefetch = getMaxPrefetchLimit(queueBrowserPrefetch);
}
origin: org.apache.activemq/activemq-all

/**
 * @param topicPrefetch
 *            The topicPrefetch to set.
 */
public void setTopicPrefetch(int topicPrefetch) {
  this.topicPrefetch = getMaxPrefetchLimit(topicPrefetch);
}
origin: org.apache.activemq/activemq-osgi

public void setAll(int i) {
  this.durableTopicPrefetch = getMaxPrefetchLimit(i);
  this.queueBrowserPrefetch = getMaxPrefetchLimit(i);
  this.queuePrefetch = getMaxPrefetchLimit(i);
  this.topicPrefetch = getMaxPrefetchLimit(i);
  this.optimizeDurableTopicPrefetch = getMaxPrefetchLimit(i);
}
origin: pierre/meteo

/**
 * @param topicPrefetch The topicPrefetch to set.
 */
public void setTopicPrefetch(int topicPrefetch) {
  this.topicPrefetch = getMaxPrefetchLimit(topicPrefetch);
}
org.apache.activemqActiveMQPrefetchPolicygetMaxPrefetchLimit

Popular methods of ActiveMQPrefetchPolicy

  • <init>
    Initialize default prefetch policies
  • setQueuePrefetch
  • getDurableTopicPrefetch
  • getMaximumPendingMessageLimit
  • getOptimizeDurableTopicPrefetch
  • getQueueBrowserPrefetch
  • getQueuePrefetch
  • getTopicPrefetch
  • setTopicPrefetch
  • setDurableTopicPrefetch
  • setOptimizeDurableTopicPrefetch
  • getInputStreamPrefetch
  • setOptimizeDurableTopicPrefetch,
  • getInputStreamPrefetch,
  • setAll

Popular in Java

  • Start an intent from android
  • scheduleAtFixedRate (ScheduledExecutorService)
  • compareTo (BigDecimal)
  • startActivity (Activity)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JOptionPane (javax.swing)
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now