Class ArtemisProperties.Embedded
java.lang.Object
org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- Enclosing class:
- ArtemisProperties
Configuration for an embedded Artemis server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates the minimal transport parameters for an embedded transport configuration.String[]
int
String[]
boolean
boolean
boolean
void
setClusterPassword
(String clusterPassword) void
setDataDirectory
(String dataDirectory) void
setEnabled
(boolean enabled) void
setPersistent
(boolean persistent) void
void
setServerId
(int serverId) void
-
Constructor Details
-
Embedded
public Embedded()
-
-
Method Details
-
getServerId
public int getServerId() -
setServerId
public void setServerId(int serverId) -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isPersistent
public boolean isPersistent() -
setPersistent
public void setPersistent(boolean persistent) -
getDataDirectory
-
setDataDirectory
-
getQueues
-
setQueues
-
getTopics
-
setTopics
-
getClusterPassword
-
setClusterPassword
-
isDefaultClusterPassword
public boolean isDefaultClusterPassword() -
generateTransportParameters
Creates the minimal transport parameters for an embedded transport configuration.- Returns:
- the transport parameters
- See Also:
-
TransportConstants.SERVER_ID_PROP_NAME
-