Uses of Class
org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
Packages that use EmbeddedJMS Package Description org.apache.activemq.artemis.jms.server.embedded -
-
Uses of EmbeddedJMS in org.apache.activemq.artemis.jms.server.embedded
Methods in org.apache.activemq.artemis.jms.server.embedded that return EmbeddedJMS Modifier and Type Method Description EmbeddedJMS
EmbeddedJMS. setConfiguration(org.apache.activemq.artemis.core.config.Configuration configuration)
Deprecated.EmbeddedJMS
EmbeddedJMS. setContext(javax.naming.Context context)
Deprecated.If you want to use JNDI instead of an internal map, set this propertyEmbeddedJMS
EmbeddedJMS. setJmsConfiguration(JMSConfiguration jmsConfiguration)
Deprecated.By default, this class uses file-based configuration.EmbeddedJMS
EmbeddedJMS. setRegistry(BindingRegistry registry)
Deprecated.Only set this property if you are using a custom BindingRegistryEmbeddedJMS
EmbeddedJMS. start()
Deprecated.EmbeddedJMS
EmbeddedJMS. stop()
Deprecated.
-