Uses of Class
org.apache.activemq.artemis.api.core.SimpleString
-
-
Uses of SimpleString in org.apache.activemq.artemis.api.config
Fields in org.apache.activemq.artemis.api.config declared as SimpleString Modifier and Type Field Description static SimpleStringActiveMQDefaultConfiguration. DEFAULT_GROUP_FIRST_KEYstatic SimpleStringActiveMQDefaultConfiguration. DEFAULT_LAST_VALUE_KEYMethods in org.apache.activemq.artemis.api.config that return SimpleString Modifier and Type Method Description static SimpleStringActiveMQDefaultConfiguration. getDefaultGroupFirstKey()static SimpleStringActiveMQDefaultConfiguration. getDefaultLastValueKey()static SimpleStringActiveMQDefaultConfiguration. getDefaultManagementAddress()the name of the management address to send management messages to.static SimpleStringActiveMQDefaultConfiguration. getDefaultManagementNotificationAddress()the name of the address that consumers bind to receive management notifications -
Uses of SimpleString in org.apache.activemq.artemis.api.core
Fields in org.apache.activemq.artemis.api.core declared as SimpleString Modifier and Type Field Description static SimpleStringFilterConstants. ACTIVEMQ_ADDRESSName of the ActiveMQ Artemis Address headerstatic SimpleStringFilterConstants. ACTIVEMQ_DURABLEName of the ActiveMQ Artemis Message durable header.static SimpleStringFilterConstants. ACTIVEMQ_EXPIRATIONName of the ActiveMQ Artemis Message expiration header.static SimpleStringFilterConstants. ACTIVEMQ_GROUP_IDName of the ActiveMQ Artemis Message group id header.static SimpleStringFilterConstants. ACTIVEMQ_PREFIXAll ActiveMQ Artemis headers are prepended by this prefix.static SimpleStringFilterConstants. ACTIVEMQ_PRIORITYName of the ActiveMQ Artemis Message priority header.static SimpleStringFilterConstants. ACTIVEMQ_SIZEName of the ActiveMQ Artemis Message size header.static SimpleStringFilterConstants. ACTIVEMQ_TIMESTAMPName of the ActiveMQ Artemis Message timestamp header.static SimpleStringFilterConstants. ACTIVEMQ_USERIDName of the ActiveMQ Artemis UserID header.static SimpleStringFilterConstants. DURABLEValue for the Durable header when the message is durable.static SimpleStringMessage. HDR_ACTUAL_EXPIRY_TIMEthe actual time the message was expired.static SimpleStringMessage. HDR_BRIDGE_DUPLICATE_IDstatic SimpleStringMessage. HDR_CONTENT_TYPETo define the mime-type of body messages.static SimpleStringMessage. HDR_DUPLICATE_DETECTION_IDTo be used with duplicate detection.static SimpleStringMessage. HDR_GROUP_IDFor the Message Grouping feature.static SimpleStringMessage. HDR_GROUP_SEQUENCEstatic SimpleStringMessage. HDR_INGRESS_TIMESTAMPThe time at which the message arrived at the broker.static SimpleStringMessage. HDR_LARGE_BODY_SIZEThe body size of a large message before it was compressed.static SimpleStringMessage. HDR_LARGE_COMPRESSEDto determine if the Large Message was compressed.static SimpleStringMessage. HDR_LAST_VALUE_NAMETo be used with Last value queues.static SimpleStringMessage. HDR_ORIG_MESSAGE_IDThe original message ID before the message was transferred.static SimpleStringMessage. HDR_ORIG_ROUTING_TYPEThe original routing type of a message before getting transferred through DLQ or expirystatic SimpleStringMessage. HDR_ORIGINAL_ADDRESSThe original address of a message when a message is diverted or transferred through DLQ or expirystatic SimpleStringMessage. HDR_ORIGINAL_QUEUEThe original address of a message when a message is transferred through DLQ or expirystatic SimpleStringMessage. HDR_PREFIXThe prefix used (if any) when sending this message.static SimpleStringMessage. HDR_ROUTE_TO_ACK_IDSstatic SimpleStringMessage. HDR_ROUTE_TO_IDSstatic SimpleStringMessage. HDR_ROUTING_TYPEThe Routing Type for this message.static SimpleStringMessage. HDR_SCALEDOWN_TO_IDSstatic SimpleStringMessage. HDR_SCHEDULED_DELIVERY_TIMETo be used with Scheduled Delivery.static SimpleStringMessage. HDR_VALIDATED_USERThe name of the validated user who sent the message.static SimpleStringFilterConstants. NON_DURABLEValue for the Durable header when the message is non-durable.Fields in org.apache.activemq.artemis.api.core with type parameters of type SimpleString Modifier and Type Field Description static Predicate<SimpleString>Message. INTERNAL_PROPERTY_NAMES_PREDICATEMethods in org.apache.activemq.artemis.api.core that return SimpleString Modifier and Type Method Description SimpleStringSimpleString. concat(char c)Concatenates a SimpleString and a charSimpleStringSimpleString. concat(String toAdd)Concatenates a SimpleString and a StringSimpleStringSimpleString. concat(SimpleString toAdd)Concatenates 2 SimpleString'sprotected SimpleStringSimpleString.ByteBufSimpleStringPool. create(io.netty.buffer.ByteBuf byteBuf, int length)protected SimpleStringSimpleString.StringSimpleStringPool. create(String value)static SimpleStringParameterisedAddress. extractAddress(SimpleString address)SimpleStringParameterisedAddress. getAddress()SimpleStringQueueConfiguration. getAddress()SimpleStringMessage. getAddressSimpleString()SimpleStringQueueAttributes. getFilterString()Deprecated.SimpleStringQueueConfiguration. getFilterString()SimpleStringQueueAttributes. getGroupFirstKey()Deprecated.SimpleStringQueueConfiguration. getGroupFirstKey()default SimpleStringMessage. getGroupID()SimpleStringQueueAttributes. getLastValueKey()Deprecated.SimpleStringQueueConfiguration. getLastValueKey()default SimpleStringMessage. getLastValueProperty()SimpleStringQueueConfiguration. getName()SimpleStringMessage. getReplyTo()SimpleStringMessage. getSimpleStringProperty(String key)SimpleStringMessage. getSimpleStringProperty(SimpleString key)SimpleStringQueueConfiguration. getUser()static SimpleStringSimpleString. of(byte[] data)creates a SimpleString from a byte arraystatic SimpleStringSimpleString. of(char c)creates a SimpleString from a characterstatic SimpleStringSimpleString. of(String string)Returns a SimpleString constructed from thestringparameter.static SimpleStringSimpleString. of(String string, SimpleString.StringSimpleStringPool pool)Returns a SimpleString constructed from thestringparameter.SimpleStringActiveMQBuffer. readNullableSimpleString()Gets a SimpleString (potentiallynull) at the currentreaderIndexstatic SimpleStringSimpleString. readNullableSimpleString(io.netty.buffer.ByteBuf buffer)static SimpleStringSimpleString. readNullableSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString.ByteBufSimpleStringPool pool)SimpleStringActiveMQBuffer. readSimpleString()Gets a non-null SimpleString at the currentreaderIndexstatic SimpleStringSimpleString. readSimpleString(io.netty.buffer.ByteBuf buffer)static SimpleStringSimpleString. readSimpleString(io.netty.buffer.ByteBuf buffer, int length)static SimpleStringSimpleString. readSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString.ByteBufSimpleStringPool pool)SimpleString[]SimpleString. split(char delim)Splits this SimpleString into an array of SimpleString using the char param as the delimiter.SimpleStringSimpleString. subSeq(int start, int end)static SimpleStringParameterisedAddress. toParameterisedAddress(SimpleString address, Map<String,String> parameters)static SimpleStringSimpleString. toSimpleString(String string)Deprecated, for removal: This API element is subject to removal in a future version.Useof(String)instead.static SimpleStringSimpleString. toSimpleString(String string, SimpleString.StringSimpleStringPool pool)Deprecated, for removal: This API element is subject to removal in a future version.Useof(String, StringSimpleStringPool)instead.Methods in org.apache.activemq.artemis.api.core that return types with arguments of type SimpleString Modifier and Type Method Description Set<SimpleString>Message. getPropertyNames()Returns all the names of the properties for this message.Methods in org.apache.activemq.artemis.api.core with parameters of type SimpleString Modifier and Type Method Description intSimpleString. compareTo(SimpleString o)SimpleStringSimpleString. concat(SimpleString toAdd)Concatenates 2 SimpleString'sbooleanMessage. containsProperty(SimpleString key)static SimpleStringParameterisedAddress. extractAddress(SimpleString address)ObjectMessage. getAnnotation(SimpleString key)default StringMessage. getAnnotationString(SimpleString key)BooleanMessage. getBooleanProperty(SimpleString key)default ObjectMessage. getBrokerProperty(SimpleString key)ByteMessage. getByteProperty(SimpleString key)byte[]Message. getBytesProperty(SimpleString key)DoubleMessage. getDoubleProperty(SimpleString key)default byte[]Message. getExtraBytesProperty(SimpleString key)FloatMessage. getFloatProperty(SimpleString key)IntegerMessage. getIntProperty(SimpleString key)LongMessage. getLongProperty(SimpleString key)ObjectMessage. getObjectProperty(SimpleString key)default ObjectMessage. getObjectPropertyForFilter(SimpleString key)ShortMessage. getShortProperty(SimpleString key)SimpleStringMessage. getSimpleStringProperty(SimpleString key)StringMessage. getStringProperty(SimpleString key)protected booleanSimpleString.ByteBufSimpleStringPool. isEqual(SimpleString entry, io.netty.buffer.ByteBuf byteBuf, int offset, int length)protected booleanSimpleString.StringSimpleStringPool. isEqual(SimpleString entry, String value)static booleanParameterisedAddress. isParameterised(SimpleString address)static QueueConfigurationQueueConfiguration. of(SimpleString name)Instance factory which invokesQueueConfiguration.setName(SimpleString)MessageMessage. putBooleanProperty(SimpleString key, boolean value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putByteProperty(SimpleString key, byte value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putBytesProperty(SimpleString key, byte[] value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putCharProperty(SimpleString key, char value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putDoubleProperty(SimpleString key, double value)Callers must callMessage.reencode()in order to be sent to clientsdefault MessageMessage. putExtraBytesProperty(SimpleString key, byte[] value)MessageMessage. putFloatProperty(SimpleString key, float value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putIntProperty(SimpleString key, int value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putLongProperty(SimpleString key, long value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putObjectProperty(SimpleString key, Object value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putShortProperty(SimpleString key, short value)Callers must callMessage.reencode()in order to be sent to clientsMessageMessage. putStringProperty(SimpleString key, String value)MessageMessage. putStringProperty(SimpleString key, SimpleString value)default voidMessage. referenceOriginalMessage(Message original, SimpleString originalQueue)default ObjectMessage. removeAnnotation(SimpleString key)default byte[]Message. removeExtraBytesProperty(SimpleString key)ObjectMessage. removeProperty(SimpleString key)MessageMessage. setAddress(SimpleString address)This will set the address on CoreMessage.QueueConfigurationQueueConfiguration. setAddress(SimpleString address)Set the address.default MessageMessage. setAnnotation(SimpleString key, Object value)Callers must callMessage.reencode()in order to be sent to clientsdefault MessageMessage. setBrokerProperty(SimpleString key, Object value)To be called by the broker on ocasions such as DLQ and expiry.QueueAttributesQueueAttributes. setFilterString(SimpleString filterString)Deprecated.QueueConfigurationQueueConfiguration. setFilterString(SimpleString filterString)QueueAttributesQueueAttributes. setGroupFirstKey(SimpleString groupFirstKey)Deprecated.QueueConfigurationQueueConfiguration. setGroupFirstKey(SimpleString groupFirstKey)default MessageMessage. setGroupID(SimpleString groupID)QueueAttributesQueueAttributes. setLastValueKey(SimpleString lastValueKey)Deprecated.QueueConfigurationQueueConfiguration. setLastValueKey(SimpleString lastValueKey)default MessageMessage. setLastValueProperty(SimpleString lastValueName)QueueConfigurationQueueConfiguration. setName(SimpleString name)Set the name.MessageMessage. setReplyTo(SimpleString address)QueueConfigurationQueueConfiguration. setUser(SimpleString user)static intSimpleString. sizeofNullableString(SimpleString str)returns the size of a SimpleString which could be nullstatic intSimpleString. sizeofString(SimpleString str)returns the size of a SimpleStringbooleanSimpleString. startsWith(SimpleString other)returns true if the SimpleString parameter starts with the same data as this one.static SimpleStringParameterisedAddress. toParameterisedAddress(SimpleString address, Map<String,String> parameters)voidActiveMQBuffer. writeNullableSimpleString(SimpleString val)Sets the specified SimpleString (potentiallynull) at the currentwriterIndexstatic voidSimpleString. writeNullableSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString val)voidActiveMQBuffer. writeSimpleString(SimpleString val)Sets the specified non-null SimpleString at the currentwriterIndexstatic voidSimpleString. writeSimpleString(io.netty.buffer.ByteBuf buffer, SimpleString val)Constructors in org.apache.activemq.artemis.api.core with parameters of type SimpleString Constructor Description ParameterisedAddress(SimpleString address)ParameterisedAddress(SimpleString address, QueueAttributes queueAttributes)Deprecated.ParameterisedAddress(SimpleString address, QueueConfiguration queueConfiguration)QueueConfiguration(SimpleString name)Deprecated, for removal: This API element is subject to removal in a future version.UseQueueConfiguration.of(SimpleString)instead. -
Uses of SimpleString in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return SimpleString Modifier and Type Method Description SimpleStringClientProducer. getAddress()Returns the address where messages will be sent.SimpleStringClientSession.QueueQuery. getAddress()Returns the address that the queue is bound to.SimpleStringClientSession.AddressQuery. getDefaultLastValueKey()SimpleStringClientSession.QueueQuery. getFilterString()Returns the queue's filter string (ornullif the queue has no filter).SimpleStringClientSession.QueueQuery. getGroupFirstKey()SimpleStringClientSession.QueueQuery. getLastValueKey()SimpleStringClientSession.QueueQuery. getName()Return the name of the queueMethods in org.apache.activemq.artemis.api.core.client that return types with arguments of type SimpleString Modifier and Type Method Description List<SimpleString>ClientSession.AddressQuery. getQueueNames()Returns the names of the queues bound to the binding.Methods in org.apache.activemq.artemis.api.core.client with parameters of type SimpleString Modifier and Type Method Description ClientSession.AddressQueryClientSession. addressQuery(SimpleString address)Queries information on a binding.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.voidClientSession. createAddress(SimpleString address, RoutingType routingType, boolean autoCreated)Create Address with a single initial routing typeClientConsumerClientSession. createConsumer(SimpleString queueName)Creates a ClientConsumer to consume message from the queue with the given name.ClientConsumerClientSession. createConsumer(SimpleString queueName, boolean browseOnly)Creates a ClientConsumer to consume or browse messages from the queue with the given name.ClientConsumerClientSession. createConsumer(SimpleString queueName, SimpleString filter)Creates a ClientConsumer to consume messages matching the filter from the queue with the given name.ClientConsumerClientSession. createConsumer(SimpleString queueName, SimpleString filter, boolean browseOnly)Creates a ClientConsumer to consume or browse messages matching the filter from the queue with the given name.ClientConsumerClientSession. createConsumer(SimpleString queueName, SimpleString filter, int priority, boolean browseOnly)Creates a ClientConsumer to consume or browse messages matching the filter from the queue with the given name.ClientConsumerClientSession. createConsumer(SimpleString queueName, SimpleString filter, int windowSize, int maxRate, boolean browseOnly)Creates a ClientConsumer to consume or browse messages matching the filter from the queue with the given name.ClientConsumerClientSession. createConsumer(SimpleString queueName, SimpleString filter, int priority, int windowSize, int maxRate, boolean browseOnly)Creates a ClientConsumer to consume or browse messages matching the filter from the queue with the given name.ClientProducerClientSession. createProducer(SimpleString address)Creates a producer which sends messages to the given addressClientProducerClientSession. createProducer(SimpleString address, int rate)Creates a producer which sends messages to the given addressvoidClientSession. 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. createQueue(SimpleString address, SimpleString queueName)Deprecated.voidClientSession. createQueue(SimpleString address, SimpleString queueName, boolean durable)Deprecated.voidClientSession. createQueue(SimpleString address, SimpleString queueName, boolean autoCreated, QueueAttributes queueAttributes)Deprecated.voidClientSession. createQueue(SimpleString address, SimpleString queueName, SimpleString filter, boolean durable)Deprecated.voidClientSession. createQueue(SimpleString address, SimpleString queueName, SimpleString filter, boolean durable, boolean autoCreated)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. createSharedQueue(SimpleString address, SimpleString queueName, boolean durable)Deprecated.voidClientSession. createSharedQueue(SimpleString address, SimpleString queueName, QueueAttributes queueAttributes)Deprecated.voidClientSession. createSharedQueue(SimpleString address, SimpleString queueName, SimpleString filter, boolean durable)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.voidClientSession. createTemporaryQueue(SimpleString address, SimpleString queueName)Deprecated.voidClientSession. createTemporaryQueue(SimpleString address, SimpleString queueName, QueueAttributes queueAttributes)Deprecated.voidClientSession. createTemporaryQueue(SimpleString address, SimpleString queueName, SimpleString filter)Deprecated.voidClientSession. deleteQueue(SimpleString queueName)Deletes the queue.ClientMessageClientMessage. putBooleanProperty(SimpleString key, boolean value)Overridden fromMessageto enable fluent APIClientMessageClientMessage. putByteProperty(SimpleString key, byte value)Overridden fromMessageto enable fluent APIClientMessageClientMessage. putBytesProperty(SimpleString key, byte[] value)Overridden fromMessageto enable fluent APIClientMessageClientMessage. putCharProperty(SimpleString key, char value)Overridden fromMessageto enable fluent APIClientMessageClientMessage. putDoubleProperty(SimpleString key, double value)Overridden fromMessageto enable fluent APIClientMessageClientMessage. putFloatProperty(SimpleString key, float value)Overridden fromMessageto enable fluent APIClientMessageClientMessage. putIntProperty(SimpleString key, int value)Overridden fromMessageto enable fluent APIClientMessageClientMessage. putLongProperty(SimpleString key, long value)Overridden fromMessageto enable fluent APIClientMessageClientMessage. putShortProperty(SimpleString key, short value)Overridden fromMessageto enable fluent APIClientSession.QueueQueryClientSession. queueQuery(SimpleString queueName)Queries information on a queue.voidClientProducer. send(SimpleString address, Message message)Sends a message to the specified address instead of the ClientProducer's address.voidClientProducer. send(SimpleString address, Message message, SendAcknowledgementHandler handler)Sends a message to the specified address instead of the ClientProducer's address.Constructors in org.apache.activemq.artemis.api.core.client with parameters of type SimpleString Constructor Description ClientRequestor(ClientSession session, SimpleString requestAddress)Constructor for the ClientRequestor. -
Uses of SimpleString in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management that return SimpleString Modifier and Type Method Description static SimpleStringResourceNames. getRetroactiveResourceAddressName(String prefix, String delimiter, SimpleString address)static SimpleStringResourceNames. getRetroactiveResourceDivertName(String prefix, String delimiter, SimpleString address)static SimpleStringResourceNames. getRetroactiveResourceQueueName(String prefix, String delimiter, SimpleString address, RoutingType routingType)Methods in org.apache.activemq.artemis.api.core.management with parameters of type SimpleString Modifier and Type Method Description ObjectNameObjectNameBuilder. getAddressObjectName(SimpleString address)Returns the ObjectName used by AddressControl.ObjectNameObjectNameBuilder. getQueueObjectName(SimpleString address, SimpleString name, RoutingType routingType)Returns the ObjectName used by QueueControl.static SimpleStringResourceNames. getRetroactiveResourceAddressName(String prefix, String delimiter, SimpleString address)static SimpleStringResourceNames. getRetroactiveResourceDivertName(String prefix, String delimiter, SimpleString address)static SimpleStringResourceNames. getRetroactiveResourceQueueName(String prefix, String delimiter, SimpleString address, RoutingType routingType)static booleanResourceNames. isRetroactiveResource(String prefix, SimpleString address) -
Uses of SimpleString in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return SimpleString Modifier and Type Method Description SimpleStringConfiguration. getManagementAddress()Returns the management address of this server.SimpleStringConfiguration. getManagementNotificationAddress()Returns the management notification address of this server.Methods in org.apache.activemq.artemis.core.config with parameters of type SimpleString Modifier and Type Method Description ConfigurationConfiguration. setManagementAddress(SimpleString address)Sets the management address of this server.ConfigurationConfiguration. setManagementNotificationAddress(SimpleString address)Sets the management notification address of this server. -
Uses of SimpleString in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity
Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity that return SimpleString Modifier and Type Method Description SimpleStringAMQPBrokerConnectionElement. getMatchAddress()SimpleStringAMQPMirrorBrokerConnectionElement. getMirrorSNF()SimpleStringAMQPBrokerConnectionElement. getQueueName()Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity with parameters of type SimpleString Modifier and Type Method Description static booleanAMQPBrokerConnectionElement. match(SimpleString matchAddressString, SimpleString checkAddressString, WildcardConfiguration wildcardConfig)booleanAMQPBrokerConnectionElement. match(SimpleString checkAddress, WildcardConfiguration wildcardConfig)AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setMatchAddress(SimpleString matchAddress)AMQPMirrorBrokerConnectionElementAMQPMirrorBrokerConnectionElement. setMirrorSNF(SimpleString mirrorSNF)AMQPBrokerConnectionElementAMQPBrokerConnectionElement. setQueueName(SimpleString queueName) -
Uses of SimpleString in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type SimpleString Modifier and Type Method Description default voidActiveMQServerQueuePlugin. afterDestroyQueue(org.apache.activemq.artemis.core.server.Queue queue, SimpleString address, org.apache.activemq.artemis.core.security.SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress)After a queue has been destroyeddefault voidActiveMQServerAddressPlugin. afterRemoveAddress(SimpleString address, org.apache.activemq.artemis.core.server.impl.AddressInfo addressInfo)After an address has been removeddefault voidActiveMQServerConsumerPlugin. beforeCreateConsumer(long consumerID, SimpleString queueName, SimpleString filterString, boolean browseOnly, boolean supportLargeMessage)default voidActiveMQServerConsumerPlugin. beforeCreateConsumer(long consumerID, org.apache.activemq.artemis.core.postoffice.QueueBinding queueBinding, SimpleString filterString, boolean browseOnly, boolean supportLargeMessage)Before a consumer is createddefault voidActiveMQServerQueuePlugin. beforeDestroyQueue(SimpleString queueName, org.apache.activemq.artemis.core.security.SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress)default voidActiveMQServerAddressPlugin. beforeRemoveAddress(SimpleString address)Before an address is removeddefault voidActiveMQServerBindingPlugin. beforeRemoveBinding(SimpleString uniqueName, org.apache.activemq.artemis.core.transaction.Transaction tx, boolean deleteData)Before a binding is removeddefault voidActiveMQServerAddressPlugin. beforeUpdateAddress(SimpleString address, EnumSet<RoutingType> routingTypes)Before an address is updateddefault voidActiveMQServerMessagePlugin. messageExpired(org.apache.activemq.artemis.core.server.MessageReference message, SimpleString messageExpiryAddress)default voidActiveMQServerMessagePlugin. messageExpired(org.apache.activemq.artemis.core.server.MessageReference message, SimpleString messageExpiryAddress, org.apache.activemq.artemis.core.server.ServerConsumer consumer)A message has been expiredMethod parameters in org.apache.activemq.artemis.core.server.plugin with type arguments of type SimpleString 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, org.apache.activemq.artemis.core.persistence.OperationContext context, Map<SimpleString,RoutingType> prefixes)Before a session is created. -
Uses of SimpleString in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol that return types with arguments of type SimpleString Modifier and Type Method Description Map<SimpleString,RoutingType>AbstractProtocolManager. getPrefixes()Map<SimpleString,RoutingType>ProtocolManager. getPrefixes()Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type SimpleString Modifier and Type Method Description voidAbstractRemotingConnection. killMessage(SimpleString nodeID)voidRemotingConnection. killMessage(SimpleString nodeID)if slow consumer is killed,send the msessage to client.voidSessionCallback. sendProducerCreditsFailMessage(int credits, SimpleString address)voidSessionCallback. sendProducerCreditsMessage(int credits, SimpleString address) -
Uses of SimpleString in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type SimpleString Modifier and Type Method Description abstract ClientSession.AddressQuerySessionContext. addressQuery(SimpleString address)abstract voidSessionContext. createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated)abstract voidSessionContext. createAddress(SimpleString address, Set<RoutingType> routingTypes, boolean autoCreated)Deprecated.abstract org.apache.activemq.artemis.core.client.impl.ClientConsumerInternalSessionContext. createConsumer(SimpleString queueName, SimpleString filterString, int priority, int windowSize, int maxRate, int ackBatchSize, boolean browseOnly, Executor executor, Executor flowControlExecutor)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. createQueue(SimpleString address, SimpleString queueName, boolean temp, boolean autoCreated, QueueAttributes queueAttributes)abstract voidSessionContext. createQueue(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable, boolean temp, boolean autoCreated)Deprecated.abstract voidSessionContext. createSharedQueue(SimpleString address, SimpleString queueName, QueueAttributes queueAttributes)Deprecated.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.abstract voidSessionContext. createSharedQueue(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable)Deprecated.abstract voidSessionContext. deleteQueue(SimpleString queueName)protected voidSessionContext. handleReceiveProducerCredits(SimpleString address, int credits)protected voidSessionContext. handleReceiveProducerFailCredits(SimpleString address, int credits)abstract voidSessionContext. linkFlowControl(SimpleString address, org.apache.activemq.artemis.core.client.impl.ClientProducerCredits clientProducerCredits)abstract ClientSession.QueueQuerySessionContext. queueQuery(SimpleString queueName)abstract voidSessionContext. sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress, int senderID)abstract voidSessionContext. sendProducerCreditsMessage(int credits, SimpleString address)
-