Uses of Interface
org.apache.activemq.artemis.api.core.client.ClientSession.AddressQuery
Packages that use ClientSession.AddressQuery
Package
Description
-
Uses of ClientSession.AddressQuery in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ClientSession.AddressQueryModifier and TypeMethodDescriptionClientSession.addressQuery(SimpleString address) Queries information on a binding. -
Uses of ClientSession.AddressQuery in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement ClientSession.AddressQueryMethods in org.apache.activemq.artemis.core.client.impl that return ClientSession.AddressQuery -
Uses of ClientSession.AddressQuery in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return ClientSession.AddressQuery -
Uses of ClientSession.AddressQuery in org.apache.activemq.artemis.core.protocol.hornetq.client
Methods in org.apache.activemq.artemis.core.protocol.hornetq.client that return ClientSession.AddressQuery -
Uses of ClientSession.AddressQuery in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return ClientSession.AddressQueryModifier and TypeMethodDescriptionabstract ClientSession.AddressQuerySessionContext.addressQuery(SimpleString address) -
Uses of ClientSession.AddressQuery in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils with parameters of type ClientSession.AddressQueryModifier and TypeMethodDescriptionstatic 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).