Uses of Interface
org.apache.activemq.artemis.api.core.client.ClientSession.AddressQuery
-
-
Uses of ClientSession.AddressQuery in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return ClientSession.AddressQuery Modifier and Type Method Description ClientSession.AddressQueryClientSession. 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.AddressQuery Modifier and Type Class Description classAddressQueryImplMethods in org.apache.activemq.artemis.core.client.impl that return ClientSession.AddressQuery Modifier and Type Method Description ClientSession.AddressQueryClientSessionImpl. addressQuery(SimpleString address) -
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 Modifier and Type Method Description ClientSession.AddressQueryActiveMQSessionContext. addressQuery(SimpleString address) -
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 Modifier and Type Method Description ClientSession.AddressQueryHornetQClientSessionContext. addressQuery(SimpleString address) -
Uses of ClientSession.AddressQuery in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return ClientSession.AddressQuery Modifier and Type Method Description abstract 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.AddressQuery 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).
-