Uses of Class
org.apache.activemq.artemis.api.core.RoutingType
-
-
Uses of RoutingType in org.apache.activemq.artemis.api.config
Fields in org.apache.activemq.artemis.api.config declared as RoutingType Modifier and Type Field Description static RoutingTypeActiveMQDefaultConfiguration. DEFAULT_ROUTING_TYPEMethods in org.apache.activemq.artemis.api.config that return RoutingType Modifier and Type Method Description static RoutingTypeActiveMQDefaultConfiguration. getDefaultRoutingType() -
Uses of RoutingType in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return RoutingType Modifier and Type Method Description default RoutingTypeMessage. getRoutingType()RoutingTypeQueueAttributes. getRoutingType()Deprecated.RoutingTypeQueueConfiguration. getRoutingType()static RoutingTypeRoutingType. getType(byte type)static RoutingTypeRoutingType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingType[]RoutingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.api.core with parameters of type RoutingType Modifier and Type Method Description default MessageMessage. setRoutingType(RoutingType routingType)QueueAttributesQueueAttributes. setRoutingType(RoutingType routingType)Deprecated.QueueConfigurationQueueConfiguration. setRoutingType(RoutingType routingType) -
Uses of RoutingType in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return RoutingType Modifier and Type Method Description RoutingTypeClientSession.QueueQuery. getRoutingType()Methods in org.apache.activemq.artemis.api.core.client with parameters of type RoutingType Modifier and Type Method Description voidClientSession. createAddress(SimpleString address, RoutingType routingType, boolean autoCreated)Create Address with a single initial routing typevoidClientSession. createQueue(String address, RoutingType routingType, String queueName)Deprecated.voidClientSession. createQueue(String address, RoutingType routingType, String queueName, boolean durable)Deprecated.voidClientSession. createQueue(String address, RoutingType routingType, String queueName, String filter, boolean durable)Deprecated.voidClientSession. createQueue(String address, RoutingType routingType, String queueName, String filter, boolean durable, boolean autoCreated)Deprecated.voidClientSession. createQueue(String address, RoutingType routingType, String queueName, String filter, boolean durable, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers)Deprecated.voidClientSession. createQueue(String address, RoutingType routingType, String queueName, String filter, boolean durable, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.voidClientSession. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName)Deprecated.voidClientSession. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, boolean durable)Deprecated.voidClientSession. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable)Deprecated.voidClientSession. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean autoCreated)Deprecated.voidClientSession. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers)Deprecated.voidClientSession. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.voidClientSession. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString queueName, boolean durable)Deprecated.voidClientSession. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable)Deprecated.voidClientSession. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.voidClientSession. createTemporaryQueue(String address, RoutingType routingType, String queueName)Deprecated.voidClientSession. createTemporaryQueue(String address, RoutingType routingType, String queueName, String filter)Deprecated.voidClientSession. createTemporaryQueue(SimpleString address, RoutingType routingType, SimpleString queueName)Deprecated.voidClientSession. createTemporaryQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter)Deprecated.voidClientSession. createTemporaryQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.Method parameters in org.apache.activemq.artemis.api.core.client with type arguments of type RoutingType Modifier and Type Method Description voidClientSession. createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated)Create Address with a single initial routing typevoidClientSession. createAddress(SimpleString address, Set<RoutingType> routingTypes, boolean autoCreated)Deprecated. -
Uses of RoutingType in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management with parameters of type RoutingType Modifier and Type Method Description ObjectNameObjectNameBuilder. getQueueObjectName(SimpleString address, SimpleString name, RoutingType routingType)Returns the ObjectName used by QueueControl.static SimpleStringResourceNames. getRetroactiveResourceQueueName(String prefix, String delimiter, SimpleString address, RoutingType routingType) -
Uses of RoutingType in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return RoutingType Modifier and Type Method Description RoutingTypeQueueQueryImpl. getRoutingType()Methods in org.apache.activemq.artemis.core.client.impl with parameters of type RoutingType Modifier and Type Method Description voidClientSessionImpl. createAddress(SimpleString address, RoutingType routingType, boolean autoCreated)voidClientSessionImpl. createQueue(String address, RoutingType routingType, String queueName)Deprecated.voidClientSessionImpl. createQueue(String address, RoutingType routingType, String queueName, boolean durable)Creates a non-temporary queue.voidClientSessionImpl. createQueue(String address, RoutingType routingType, String queueName, String filter, boolean durable)Creates a non-temporaryqueue.voidClientSessionImpl. createQueue(String address, RoutingType routingType, String queueName, String filterString, boolean durable, boolean autoCreated)voidClientSessionImpl. createQueue(String address, RoutingType routingType, String queueName, String filterString, boolean durable, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers)Deprecated.voidClientSessionImpl. createQueue(String address, RoutingType routingType, String queueName, String filterString, boolean durable, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)voidClientSessionImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName)Deprecated.voidClientSessionImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, boolean durable)Deprecated.voidClientSessionImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable)Deprecated.voidClientSessionImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean autoCreated)Deprecated.voidClientSessionImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers)Deprecated.voidClientSessionImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.voidClientSessionImpl. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString queueName, boolean durable)Creates a transient queue.voidClientSessionImpl. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable)Creates a transient queue.voidClientSessionImpl. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.voidClientSessionImpl. createTemporaryQueue(String address, RoutingType routingType, String queueName)voidClientSessionImpl. createTemporaryQueue(String address, RoutingType routingType, String queueName, String filter)voidClientSessionImpl. createTemporaryQueue(SimpleString address, RoutingType routingType, SimpleString queueName)voidClientSessionImpl. createTemporaryQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter)Deprecated.voidClientSessionImpl. createTemporaryQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.Method parameters in org.apache.activemq.artemis.core.client.impl with type arguments of type RoutingType Modifier and Type Method Description voidClientSessionImpl. createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated)voidClientSessionImpl. createAddress(SimpleString address, Set<RoutingType> routingTypes, boolean autoCreated)Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type RoutingType Constructor Description QueueQueryImpl(boolean durable, boolean temporary, int consumerCount, long messageCount, SimpleString filterString, SimpleString address, SimpleString name, boolean exists, boolean autoCreateQueues, int maxConsumers, boolean autoCreated, boolean purgeOnNoConsumers, RoutingType routingType)QueueQueryImpl(boolean durable, boolean temporary, int consumerCount, long messageCount, SimpleString filterString, SimpleString address, SimpleString name, boolean exists, boolean autoCreateQueues, int maxConsumers, boolean autoCreated, boolean purgeOnNoConsumers, RoutingType routingType, Boolean exclusive, Boolean groupRebalance, Boolean groupRebalancePauseDispatch, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, Integer defaultConsumerWindowSize, Long ringSize, Boolean enabled, Boolean configurationManaged)QueueQueryImpl(boolean durable, boolean temporary, int consumerCount, long messageCount, SimpleString filterString, SimpleString address, SimpleString name, boolean exists, boolean autoCreateQueues, int maxConsumers, boolean autoCreated, boolean purgeOnNoConsumers, RoutingType routingType, Boolean exclusive, Boolean lastValue, Integer defaultConsumerWindowSize)QueueQueryImpl(boolean durable, boolean temporary, int consumerCount, long messageCount, SimpleString filterString, SimpleString address, SimpleString name, boolean exists, boolean autoCreateQueues, int maxConsumers, boolean autoCreated, boolean purgeOnNoConsumers, RoutingType routingType, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, Integer defaultConsumerWindowSize) -
Uses of RoutingType in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return RoutingType Modifier and Type Method Description RoutingTypeCoreQueueConfiguration. getRoutingType()Deprecated.Methods in org.apache.activemq.artemis.core.config that return types with arguments of type RoutingType Modifier and Type Method Description EnumSet<RoutingType>CoreAddressConfiguration. getRoutingTypes()Methods in org.apache.activemq.artemis.core.config with parameters of type RoutingType Modifier and Type Method Description CoreAddressConfigurationCoreAddressConfiguration. addRoutingType(RoutingType routingType)CoreQueueConfigurationCoreQueueConfiguration. setRoutingType(RoutingType routingType)Deprecated. -
Uses of RoutingType in org.apache.activemq.artemis.core.message.impl
Methods in org.apache.activemq.artemis.core.message.impl that return RoutingType Modifier and Type Method Description RoutingTypeCoreMessage. getRoutingType()Methods in org.apache.activemq.artemis.core.message.impl with parameters of type RoutingType Modifier and Type Method Description MessageCoreMessage. setRoutingType(RoutingType routingType) -
Uses of RoutingType in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return types with arguments of type RoutingType Modifier and Type Method Description EnumSet<RoutingType>AddressBindingInfo. getRoutingTypes() -
Uses of RoutingType in org.apache.activemq.artemis.core.persistence.impl.journal.codec
Fields in org.apache.activemq.artemis.core.persistence.impl.journal.codec with type parameters of type RoutingType Modifier and Type Field Description EnumSet<RoutingType>PersistentAddressBindingEncoding. routingTypesMethods in org.apache.activemq.artemis.core.persistence.impl.journal.codec that return types with arguments of type RoutingType Modifier and Type Method Description EnumSet<RoutingType>PersistentAddressBindingEncoding. getRoutingTypes()Constructor parameters in org.apache.activemq.artemis.core.persistence.impl.journal.codec with type arguments of type RoutingType Constructor Description PersistentAddressBindingEncoding(SimpleString name, EnumSet<RoutingType> routingTypes, boolean autoCreated) -
Uses of RoutingType in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice with parameters of type RoutingType Modifier and Type Method Description SimpleStringAddressManager. getMatchingQueue(SimpleString address, RoutingType routingType)SimpleStringAddressManager. getMatchingQueue(SimpleString address, SimpleString queueName, RoutingType routingType)SimpleStringPostOffice. getMatchingQueue(SimpleString address, RoutingType routingType)SimpleStringPostOffice. getMatchingQueue(SimpleString address, SimpleString queueName, RoutingType routingType)QueueBindingPostOffice. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged)Deprecated.QueueBindingPostOffice. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged, Long ringSize)Deprecated.Method parameters in org.apache.activemq.artemis.core.postoffice with type arguments of type RoutingType Modifier and Type Method Description AddressInfoAddressManager. updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes)it will return null if there are no updates.AddressInfoPostOffice. updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes) -
Uses of RoutingType in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type RoutingType Modifier and Type Method Description SimpleStringPostOfficeImpl. getMatchingQueue(SimpleString address, RoutingType routingType)SimpleStringPostOfficeImpl. getMatchingQueue(SimpleString address, SimpleString queueName, RoutingType routingType)SimpleStringSimpleAddressManager. getMatchingQueue(SimpleString address, RoutingType routingType)SimpleStringSimpleAddressManager. getMatchingQueue(SimpleString address, SimpleString queueName, RoutingType routingType)QueueBindingPostOfficeImpl. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged)Deprecated.QueueBindingPostOfficeImpl. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged, Long ringSize)Deprecated.Method parameters in org.apache.activemq.artemis.core.postoffice.impl with type arguments of type RoutingType Modifier and Type Method Description AddressInfoPostOfficeImpl. updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes)AddressInfoSimpleAddressManager. updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes) -
Uses of RoutingType in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return types with arguments of type RoutingType Modifier and Type Method Description Map<SimpleString,RoutingType>CoreProtocolManager. getPrefixes()Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type RoutingType Modifier and Type Method Description voidActiveMQSessionContext. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean temp, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated)Deprecated.voidActiveMQSessionContext. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean temp, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated, Boolean exclusive, Boolean lastValue)Deprecated.voidActiveMQSessionContext. createSharedQueue(SimpleString address, SimpleString queueName, RoutingType routingType, SimpleString filterString, boolean durable)Deprecated.voidActiveMQSessionContext. createSharedQueue(SimpleString address, SimpleString queueName, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.Method parameters in org.apache.activemq.artemis.core.protocol.core.impl with type arguments of type RoutingType Modifier and Type Method Description voidActiveMQSessionContext. createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated)voidActiveMQSessionContext. createAddress(SimpleString address, Set<RoutingType> routingTypes, boolean autoCreated) -
Uses of RoutingType in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Fields in org.apache.activemq.artemis.core.protocol.core.impl.wireformat declared as RoutingType Modifier and Type Field Description protected RoutingTypeSessionQueueQueryResponseMessage_V3. routingTypeMethods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return RoutingType Modifier and Type Method Description RoutingTypeCreateQueueMessage_V2. getRoutingType()RoutingTypeCreateSharedQueueMessage_V2. getRoutingType()RoutingTypeSessionQueueQueryResponseMessage_V3. getRoutingType()Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return types with arguments of type RoutingType Modifier and Type Method Description EnumSet<RoutingType>CreateAddressMessage. getRoutingTypes()Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type RoutingType Modifier and Type Method Description static SimpleStringQueueAbstractPacket. getOldPrefixedAddress(SimpleString address, RoutingType routingType)voidCreateQueueMessage_V2. setRoutingType(RoutingType routingType)voidCreateSharedQueueMessage_V2. setRoutingType(RoutingType routingType)voidSessionQueueQueryResponseMessage_V3. setRoutingType(RoutingType routingType)Method parameters in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with type arguments of type RoutingType Modifier and Type Method Description voidCreateAddressMessage. setRoutingTypes(EnumSet<RoutingType> routingTypes)Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type RoutingType Constructor Description CreateQueueMessage_V2(SimpleString address, SimpleString queueName, RoutingType routingType, SimpleString filterString, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated, boolean requiresResponse, Boolean exclusive, Boolean groupRebalance, Boolean groupRebalancePauseDispatch, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, Long ringSize, Boolean enabled)CreateSharedQueueMessage_V2(SimpleString address, SimpleString queueName, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Boolean groupRebalancePauseDispatch, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, Long ringSize, Boolean enabled, boolean requiresResponse)Constructor parameters in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with type arguments of type RoutingType Constructor Description CreateAddressMessage(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated, boolean requiresResponse) -
Uses of RoutingType in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return RoutingType Modifier and Type Method Description RoutingTypeQueueConfig. deliveryMode()Deprecated.RoutingTypeRoutingContext. getPreviousRoutingType()RoutingTypeConsumerInfo. getQueueType()RoutingTypeQueue. getRoutingType()RoutingTypeQueueQueryResult. getRoutingType()RoutingTypeRoutingContext. getRoutingType()RoutingTypeServerSession. getRoutingTypeFromPrefix(SimpleString address, RoutingType defaultRoutingType)Methods in org.apache.activemq.artemis.core.server that return types with arguments of type RoutingType Modifier and Type Method Description Pair<SimpleString,EnumSet<RoutingType>>ServerSession. getAddressAndRoutingTypes(SimpleString address, EnumSet<RoutingType> defaultRoutingTypes)Get the canonical (i.e.Set<RoutingType>AddressQueryResult. getRoutingTypes()Methods in org.apache.activemq.artemis.core.server with parameters of type RoutingType Modifier and Type Method Description AddressInfoServerSession. createAddress(SimpleString address, RoutingType routingType, boolean autoCreated)QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, long ringSize)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString user, SimpleString filterString, boolean durable, boolean temporary)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean lastValue, boolean autoCreateAddress)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, long ringSize)Deprecated.QueueActiveMQServer. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress)Deprecated.QueueServerSession. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable)Deprecated.QueueServerSession. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated)Deprecated.QueueServerSession. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated)Deprecated.QueueServerSession. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue, boolean autoCreated)Deprecated.QueueServerSession. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated)Deprecated.QueueServerSession. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated)Deprecated.QueueServerSession. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated, Long ringSize)Deprecated.voidActiveMQServer. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString name, SimpleString filterString, SimpleString user, boolean durable)Deprecated.voidActiveMQServer. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString name, SimpleString filterString, SimpleString user, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean lastValue)Deprecated.voidActiveMQServer. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString name, SimpleString filterString, SimpleString user, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteTimeout, long autoDeleteMessageCount)Deprecated.voidActiveMQServer. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString name, SimpleString filterString, SimpleString user, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount)Deprecated.voidServerSession. createSharedQueue(SimpleString address, SimpleString name, RoutingType routingType, boolean durable, SimpleString filterString)Deprecated.voidServerSession. createSharedQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.voidServerSession. createSharedQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount)Deprecated.voidServerSession. createSharedQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount)Deprecated.SimpleStringServerSession. getMatchingQueue(SimpleString address, RoutingType routingType)SimpleStringServerSession. getMatchingQueue(SimpleString address, SimpleString queueName, RoutingType routingType)RoutingTypeServerSession. getRoutingTypeFromPrefix(SimpleString address, RoutingType defaultRoutingType)IllegalStateExceptionActiveMQMessageBundle_$bundle. invalidRoutingTypeDelete(RoutingType routingType, String address)IllegalStateExceptionActiveMQMessageBundle. invalidRoutingTypeDelete(RoutingType routingType, String address)IllegalArgumentExceptionActiveMQMessageBundle_$bundle. invalidRoutingTypeForAddress(RoutingType routingType, String address, Set<RoutingType> supportedRoutingTypes)IllegalArgumentExceptionActiveMQMessageBundle. invalidRoutingTypeForAddress(RoutingType routingType, String address, Set<RoutingType> supportedRoutingTypes)IllegalStateExceptionActiveMQMessageBundle_$bundle. invalidRoutingTypeUpdate(String queueName, RoutingType routingType, String address, Set<RoutingType> supportedRoutingTypes)IllegalStateExceptionActiveMQMessageBundle. invalidRoutingTypeUpdate(String queueName, RoutingType routingType, String address, Set<RoutingType> supportedRoutingTypes)QueueConfig.BuilderQueueConfig.Builder. routingType(RoutingType routingType)Deprecated.voidQueue. setRoutingType(RoutingType routingType)RoutingContextRoutingContext. setRoutingType(RoutingType routingType)ActiveMQUnexpectedRoutingTypeForAddressActiveMQMessageBundle_$bundle. unexpectedRoutingTypeForAddress(SimpleString address, RoutingType expectedRoutingType, Set<RoutingType> supportedRoutingTypes)ActiveMQUnexpectedRoutingTypeForAddressActiveMQMessageBundle. unexpectedRoutingTypeForAddress(SimpleString address, RoutingType expectedRoutingType, Set<RoutingType> supportedRoutingTypes)QueueActiveMQServer. updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers)Deprecated.QueueActiveMQServer. updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive)Deprecated.QueueActiveMQServer. updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, String user)Deprecated.QueueActiveMQServer. updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user)Deprecated.QueueActiveMQServer. updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, String groupFirstQueue, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user)Deprecated.QueueActiveMQServer. updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, String groupFirstQueue, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user, Long ringSize)Deprecated.Method parameters in org.apache.activemq.artemis.core.server with type arguments of type RoutingType Modifier and Type Method Description AddressInfoServerSession. createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated)ServerSessionActiveMQServer. createInternalSession(String name, int minLargeMessageSize, RemotingConnection remotingConnection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes, String securityDomain)This is to be used in places where security is bypassed, like internal sessions, broker connections, etc...ServerSessionActiveMQServer. createSession(String name, String username, String password, int minLargeMessageSize, RemotingConnection remotingConnection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes, String securityDomain, String validatedUser)Pair<SimpleString,EnumSet<RoutingType>>ServerSession. getAddressAndRoutingTypes(SimpleString address, EnumSet<RoutingType> defaultRoutingTypes)Get the canonical (i.e.IllegalArgumentExceptionActiveMQMessageBundle_$bundle. invalidRoutingTypeForAddress(RoutingType routingType, String address, Set<RoutingType> supportedRoutingTypes)IllegalArgumentExceptionActiveMQMessageBundle. invalidRoutingTypeForAddress(RoutingType routingType, String address, Set<RoutingType> supportedRoutingTypes)IllegalStateExceptionActiveMQMessageBundle_$bundle. invalidRoutingTypeUpdate(String queueName, RoutingType routingType, String address, Set<RoutingType> supportedRoutingTypes)IllegalStateExceptionActiveMQMessageBundle. invalidRoutingTypeUpdate(String queueName, RoutingType routingType, String address, Set<RoutingType> supportedRoutingTypes)ActiveMQUnexpectedRoutingTypeForAddressActiveMQMessageBundle_$bundle. unexpectedRoutingTypeForAddress(SimpleString address, RoutingType expectedRoutingType, Set<RoutingType> supportedRoutingTypes)ActiveMQUnexpectedRoutingTypeForAddressActiveMQMessageBundle. unexpectedRoutingTypeForAddress(SimpleString address, RoutingType expectedRoutingType, Set<RoutingType> supportedRoutingTypes)booleanActiveMQServer. updateAddressInfo(SimpleString address, Collection<RoutingType> routingTypes)Deprecated.booleanActiveMQServer. updateAddressInfo(SimpleString address, EnumSet<RoutingType> routingTypes)Updates anAddressInfoon the broker with the specified routing types.Constructors in org.apache.activemq.artemis.core.server with parameters of type RoutingType Constructor Description QueueQueryResult(SimpleString name, SimpleString address, boolean durable, boolean temporary, SimpleString filterString, int consumerCount, long messageCount, boolean autoCreateQueues, boolean exists, boolean autoCreated, boolean purgeOnNoConsumers, RoutingType routingType, int maxConsumers, Boolean exclusive, Boolean groupRebalance, Boolean groupRebalancePauseDispatch, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, Integer defaultConsumerWindowSize, Long ringSize, Boolean enabled, Boolean configurationManaged)Constructor parameters in org.apache.activemq.artemis.core.server with type arguments of type RoutingType Constructor Description AddressQueryResult(SimpleString name, Set<RoutingType> routingTypes, long id, boolean autoCreated, boolean exists, boolean autoCreateAddresses, boolean defaultPurgeOnNoConsumers, int defaultMaxConsumers) -
Uses of RoutingType in org.apache.activemq.artemis.core.server.federation
Methods in org.apache.activemq.artemis.core.server.federation that return RoutingType Modifier and Type Method Description RoutingTypeFederatedConsumerKey. getRoutingType() -
Uses of RoutingType in org.apache.activemq.artemis.core.server.federation.address
Methods in org.apache.activemq.artemis.core.server.federation.address that return RoutingType Modifier and Type Method Description RoutingTypeFederatedAddressConsumerKey. getRoutingType() -
Uses of RoutingType in org.apache.activemq.artemis.core.server.federation.queue
Methods in org.apache.activemq.artemis.core.server.federation.queue that return RoutingType Modifier and Type Method Description RoutingTypeFederatedQueueConsumerKey. getRoutingType() -
Uses of RoutingType in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return RoutingType Modifier and Type Method Description RoutingTypeRoutingContextImpl. getPreviousRoutingType()RoutingTypeServerConsumerImpl. getQueueType()RoutingTypeAddressInfo. getRoutingType()RoutingTypeQueueImpl. getRoutingType()RoutingTypeRoutingContextImpl. getRoutingType()RoutingTypeServerSessionImpl. getRoutingTypeFromPrefix(SimpleString address, RoutingType defaultRoutingType)Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type RoutingType Modifier and Type Method Description Pair<SimpleString,EnumSet<RoutingType>>ServerSessionImpl. getAddressAndRoutingTypes(SimpleString address, EnumSet<RoutingType> defaultRoutingTypes)EnumSet<RoutingType>AddressInfo. getRoutingTypes()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type RoutingType Modifier and Type Method Description AddressInfoAddressInfo. addRoutingType(RoutingType routingType)AddressInfoAddressInfo. create(SimpleString name, RoutingType routingType)AddressInfoServerSessionImpl. createAddress(SimpleString address, RoutingType routingType, boolean autoCreated)QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, long ringSize)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString user, SimpleString filterString, boolean durable, boolean temporary)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean lastValue, boolean autoCreateAddress)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, long ringSize)Deprecated.QueueActiveMQServerImpl. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress)Deprecated.QueueServerSessionImpl. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable)Deprecated.QueueServerSessionImpl. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated)Deprecated.QueueServerSessionImpl. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated)Deprecated.QueueServerSessionImpl. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue, boolean autoCreated)Deprecated.QueueServerSessionImpl. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated)Deprecated.QueueServerSessionImpl. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated)Deprecated.QueueServerSessionImpl. createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated, Long ringSize)Deprecated.voidActiveMQServerImpl. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString name, SimpleString filterString, SimpleString user, boolean durable)Deprecated.voidActiveMQServerImpl. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString name, SimpleString filterString, SimpleString user, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean lastValue)Deprecated.voidActiveMQServerImpl. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString name, SimpleString filterString, SimpleString user, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount)Deprecated.voidActiveMQServerImpl. createSharedQueue(SimpleString address, RoutingType routingType, SimpleString name, SimpleString filterString, SimpleString user, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount)Deprecated.voidServerSessionImpl. createSharedQueue(SimpleString address, SimpleString name, RoutingType routingType, boolean durable, SimpleString filterString)Deprecated.voidServerSessionImpl. createSharedQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.voidServerSessionImpl. createSharedQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount)Deprecated.voidServerSessionImpl. createSharedQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount)Deprecated.SimpleStringServerSessionImpl. getMatchingQueue(SimpleString address, RoutingType routingType)SimpleStringServerSessionImpl. getMatchingQueue(SimpleString address, SimpleString queueName, RoutingType routingType)RoutingTypeServerSessionImpl. getRoutingTypeFromPrefix(SimpleString address, RoutingType defaultRoutingType)voidQueueImpl. setRoutingType(RoutingType routingType)RoutingContextRoutingContextImpl. setRoutingType(RoutingType routingType)QueueActiveMQServerImpl. updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers)Deprecated.QueueActiveMQServerImpl. updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive)Deprecated.QueueActiveMQServerImpl. updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, String user)Deprecated.QueueActiveMQServerImpl. updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user)Deprecated.QueueActiveMQServerImpl. updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, String groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user)Deprecated.QueueActiveMQServerImpl. updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, String groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user, Long ringSize)Deprecated.Method parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type RoutingType Modifier and Type Method Description AddressInfoServerSessionImpl. createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated)ServerSessionActiveMQServerImpl. createInternalSession(String name, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes, String securityDomain)ServerSessionActiveMQServerImpl. createSession(String name, String username, String password, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes, String securityDomain, String validatedUser)AddressInfoAddressInfo. getAddressAndRoutingType(Map<SimpleString,RoutingType> prefixes)Pair<SimpleString,EnumSet<RoutingType>>ServerSessionImpl. getAddressAndRoutingTypes(SimpleString address, EnumSet<RoutingType> defaultRoutingTypes)protected ServerSessionImplActiveMQServerImpl. internalCreateSession(String name, String username, String password, String validatedUser, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, OperationContext context, boolean autoCreateQueues, Map<SimpleString,RoutingType> prefixes, String securityDomain)AddressInfoAddressInfo. setRoutingTypes(EnumSet<RoutingType> routingTypes)booleanActiveMQServerImpl. updateAddressInfo(SimpleString address, Collection<RoutingType> routingTypes)booleanActiveMQServerImpl. updateAddressInfo(SimpleString address, EnumSet<RoutingType> routingTypes)Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type RoutingType Constructor Description AddressInfo(SimpleString name, RoutingType routingType)Creates an AddressInfo object with a single RoutingType associated with it.LastValueQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, SimpleString lastValueKey, Boolean nonDestructive, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, Long ringSize, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.Constructor parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type RoutingType Constructor Description AddressInfo(SimpleString name, EnumSet<RoutingType> routingTypes)Creates an AddressInfo object with a Set of routing typesServerSessionImpl(String name, String username, String password, String validatedUser, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean strictUpdateDeliveryCount, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, ManagementService managementService, ActiveMQServer server, SimpleString managementAddress, SimpleString defaultAddress, SessionCallback callback, OperationContext context, PagingManager pagingManager, Map<SimpleString,RoutingType> prefixes, String securityDomain) -
Uses of RoutingType in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type RoutingType Modifier and Type Method Description voidManagementService. unregisterQueue(SimpleString name, SimpleString address, RoutingType routingType) -
Uses of RoutingType in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type RoutingType Modifier and Type Method Description voidManagementServiceImpl. unregisterQueue(SimpleString name, SimpleString address, RoutingType routingType) -
Uses of RoutingType in org.apache.activemq.artemis.core.server.plugin
Method parameters in org.apache.activemq.artemis.core.server.plugin with type arguments of type RoutingType Modifier and Type Method Description default voidActiveMQServerSessionPlugin. beforeCreateSession(String name, String username, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes)Before a session is created.default voidActiveMQServerAddressPlugin. beforeUpdateAddress(SimpleString address, EnumSet<RoutingType> routingTypes)Before an address is updated -
Uses of RoutingType in org.apache.activemq.artemis.core.server.plugin.impl
Method parameters in org.apache.activemq.artemis.core.server.plugin.impl with type arguments of type RoutingType Modifier and Type Method Description voidLoggingActiveMQServerPlugin. beforeCreateSession(String name, String username, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String publicAddress, SessionCallback callback, boolean autoCreateQueues, OperationContext context, Map<SimpleString,RoutingType> prefixes)Before a session is created. -
Uses of RoutingType in org.apache.activemq.artemis.core.settings.impl
Methods in org.apache.activemq.artemis.core.settings.impl that return RoutingType Modifier and Type Method Description RoutingTypeAddressSettings. getDefaultAddressRoutingType()RoutingTypeAddressSettings. getDefaultQueueRoutingType()Methods in org.apache.activemq.artemis.core.settings.impl with parameters of type RoutingType Modifier and Type Method Description AddressSettingsAddressSettings. setDefaultAddressRoutingType(RoutingType defaultAddressRoutingType)AddressSettingsAddressSettings. setDefaultQueueRoutingType(RoutingType defaultQueueRoutingType) -
Uses of RoutingType in org.apache.activemq.artemis.jms.client
Methods in org.apache.activemq.artemis.jms.client with parameters of type RoutingType Modifier and Type Method Description static ActiveMQDestinationActiveMQDestination. createDestination(RoutingType routingType, SimpleString address) -
Uses of RoutingType in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol that return types with arguments of type RoutingType Modifier and Type Method Description Map<SimpleString,RoutingType>AbstractProtocolManager. getPrefixes()Map<SimpleString,RoutingType>ProtocolManager. getPrefixes() -
Uses of RoutingType in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type RoutingType Modifier and Type Method Description abstract voidSessionContext. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean temp, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated)Deprecated.abstract voidSessionContext. createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean temp, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated, Boolean exclusive, Boolean lastVale)abstract voidSessionContext. createSharedQueue(SimpleString address, SimpleString queueName, RoutingType routingType, SimpleString filterString, boolean durable)Deprecated.abstract voidSessionContext. createSharedQueue(SimpleString address, SimpleString queueName, RoutingType routingType, SimpleString filterString, boolean durable, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue)Deprecated.Method parameters in org.apache.activemq.artemis.spi.core.remoting with type arguments of type RoutingType Modifier and Type Method Description abstract voidSessionContext. createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated)abstract voidSessionContext. createAddress(SimpleString address, Set<RoutingType> routingTypes, boolean autoCreated)Deprecated. -
Uses of RoutingType in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return types with arguments of type RoutingType Modifier and Type Method Description static Pair<SimpleString,EnumSet<RoutingType>>PrefixUtil. getAddressAndRoutingTypes(SimpleString address, EnumSet<RoutingType> defaultRoutingTypes, Map<SimpleString,RoutingType> prefixes)Methods in org.apache.activemq.artemis.utils with parameters of type RoutingType Modifier and Type Method Description static voidAutoCreateUtil. setRequiredQueueConfigurationIfNotSet(QueueConfiguration queueConfiguration, ClientSession.AddressQuery addressQuery, RoutingType routingType, SimpleString filter, boolean durable)Set the non nullable (CreateQueueMessage_V2) queue attributes (all others have static defaults or get defaulted if null by address settings server side).Method parameters in org.apache.activemq.artemis.utils with type arguments of type RoutingType Modifier and Type Method Description static SimpleStringPrefixUtil. getAddress(SimpleString address, Map<SimpleString,RoutingType> prefixes)static Pair<SimpleString,EnumSet<RoutingType>>PrefixUtil. getAddressAndRoutingTypes(SimpleString address, EnumSet<RoutingType> defaultRoutingTypes, Map<SimpleString,RoutingType> prefixes)static Pair<SimpleString,EnumSet<RoutingType>>PrefixUtil. getAddressAndRoutingTypes(SimpleString address, EnumSet<RoutingType> defaultRoutingTypes, Map<SimpleString,RoutingType> prefixes)static SimpleStringPrefixUtil. getPrefix(SimpleString address, Map<SimpleString,RoutingType> prefixes)
-