public class VirtualHostDTO extends ServiceDTO
Modifier and Type | Field and Description |
---|---|
List<AccessRuleDTO> |
access_rules |
AuthenticationDTO |
authentication |
Boolean |
auto_create_destinations
Should destinations be auto created when they are first accessed
by clients?
|
ArrayList<DurableSubscriptionDTO> |
dsubs
Holds the configuration for the queues.
|
String |
heap_bypass
If set the the broker will avoid allocating messages larger than the configured
setting on the JVM heap.
|
ArrayList<String> |
host_names |
LogCategoryDTO |
log_category |
List<Object> |
other
To hold any other non-matching XML elements
|
Boolean |
purge_on_startup
Should queues be purged on startup?
|
ArrayList<QueueDTO> |
queues
Holds the configuration for the queues.
|
Boolean |
regroup_connections
Should connections get regroups so they get serviced by the same thread?
|
StoreDTO |
store |
ArrayList<TopicDTO> |
topics
Holds the configuration for the destinations.
|
enabled
id
Constructor and Description |
---|
VirtualHostDTO() |
public StoreDTO store
public Boolean auto_create_destinations
public Boolean purge_on_startup
public List<AccessRuleDTO> access_rules
public ArrayList<DurableSubscriptionDTO> dsubs
public Boolean regroup_connections
public AuthenticationDTO authentication
public LogCategoryDTO log_category
public String heap_bypass
public boolean equals(Object o)
equals
in class ServiceDTO
public int hashCode()
hashCode
in class ServiceDTO
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.