Tabnine Logo
TopicRegion.getDurableSubscriptions
Code IndexAdd Tabnine to your IDE (free)

How to use
getDurableSubscriptions
method
in
org.apache.activemq.broker.region.TopicRegion

Best Java code snippets using org.apache.activemq.broker.region.TopicRegion.getDurableSubscriptions (Showing top 8 results out of 315)

origin: apache/activemq

for (SubscriptionKey key : topicRegion.getDurableSubscriptions().keySet()) {
  DurableTopicSubscription sub = topicRegion.getDurableSubscriptions().get(key);
  if (sub != null && NetworkBridgeUtils.matchesNetworkConfig(config, sub.getConsumerInfo().getDestination())) {
    ConsumerInfo ci = sub.getConsumerInfo().copy();
origin: apache/activemq

  for (Subscription subscription : topicRegion.getDurableSubscriptions().values()) {
    String subName = subscription.getConsumerInfo().getSubscriptionName();
    String clientId = subscription.getContext().getClientId();
for (Subscription subscription : topicRegion.getDurableSubscriptions().values()) {
  String subName = subscription.getConsumerInfo().getSubscriptionName();
  if (subName != null && subName.equals(candidateSubName) &&
origin: org.apache.activemq/activemq-broker

for (SubscriptionKey key : topicRegion.getDurableSubscriptions().keySet()) {
  DurableTopicSubscription sub = topicRegion.getDurableSubscriptions().get(key);
  if (sub != null && NetworkBridgeUtils.matchesNetworkConfig(config, sub.getConsumerInfo().getDestination())) {
    ConsumerInfo ci = sub.getConsumerInfo().copy();
origin: org.apache.activemq/activemq-all

for (SubscriptionKey key : topicRegion.getDurableSubscriptions().keySet()) {
  DurableTopicSubscription sub = topicRegion.getDurableSubscriptions().get(key);
  if (sub != null && NetworkBridgeUtils.matchesNetworkConfig(config, sub.getConsumerInfo().getDestination())) {
    ConsumerInfo ci = sub.getConsumerInfo().copy();
origin: org.apache.activemq/activemq-osgi

for (SubscriptionKey key : topicRegion.getDurableSubscriptions().keySet()) {
  DurableTopicSubscription sub = topicRegion.getDurableSubscriptions().get(key);
  if (sub != null && NetworkBridgeUtils.matchesNetworkConfig(config, sub.getConsumerInfo().getDestination())) {
    ConsumerInfo ci = sub.getConsumerInfo().copy();
origin: org.apache.activemq/activemq-osgi

  for (Subscription subscription : topicRegion.getDurableSubscriptions().values()) {
    String subName = subscription.getConsumerInfo().getSubscriptionName();
    String clientId = subscription.getContext().getClientId();
for (Subscription subscription : topicRegion.getDurableSubscriptions().values()) {
  String subName = subscription.getConsumerInfo().getSubscriptionName();
  if (subName != null && subName.equals(candidateSubName) &&
origin: org.apache.activemq/activemq-broker

  for (Subscription subscription : topicRegion.getDurableSubscriptions().values()) {
    String subName = subscription.getConsumerInfo().getSubscriptionName();
    String clientId = subscription.getContext().getClientId();
for (Subscription subscription : topicRegion.getDurableSubscriptions().values()) {
  String subName = subscription.getConsumerInfo().getSubscriptionName();
  if (subName != null && subName.equals(candidateSubName) &&
origin: org.apache.activemq/activemq-all

  for (Subscription subscription : topicRegion.getDurableSubscriptions().values()) {
    String subName = subscription.getConsumerInfo().getSubscriptionName();
    String clientId = subscription.getContext().getClientId();
for (Subscription subscription : topicRegion.getDurableSubscriptions().values()) {
  String subName = subscription.getConsumerInfo().getSubscriptionName();
  if (subName != null && subName.equals(candidateSubName) &&
org.apache.activemq.broker.regionTopicRegiongetDurableSubscriptions

Popular methods of TopicRegion

  • <init>
  • createConsumerId
  • createDestination
  • createInactiveConsumerInfo
  • createSubscription
  • destroySubscription
  • durableSubscriptionExists
  • hasDurableSubChanged
  • lookup
  • removeDestination
  • setKeepDurableSubsActive
  • doCleanup
  • setKeepDurableSubsActive,
  • doCleanup,
  • getDestinations,
  • getDurableSubscription,
  • getSubscriptions,
  • lookupSubscriptions,
  • removeSubscription,
  • lookupSubscription

Popular in Java

  • Updating database using SQL prepared statement
  • getContentResolver (Context)
  • putExtra (Intent)
  • getSupportFragmentManager (FragmentActivity)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • 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