Uses of Class
org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
Packages that use ConnectionOptions Package Description org.apache.activemq.artemis.uri org.apache.activemq.artemis.uri.schema.serverLocator -
-
Uses of ConnectionOptions in org.apache.activemq.artemis.uri
Subclasses of ConnectionOptions in org.apache.activemq.artemis.uri Modifier and Type Class Description class
JMSConnectionOptions
This will represent all the possible options you could setup on URLs When parsing the URL this will serve as an intermediate object And it could also be a pl -
Uses of ConnectionOptions in org.apache.activemq.artemis.uri.schema.serverLocator
Methods in org.apache.activemq.artemis.uri.schema.serverLocator that return ConnectionOptions Modifier and Type Method Description protected ConnectionOptions
AbstractServerLocatorSchema. newConnectionOptions(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query)
ConnectionOptions
ConnectionOptions. setHost(java.lang.String host)
ConnectionOptions
ConnectionOptions. setPort(int port)
-