public class DLQConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationQueue |
protected String |
dlqPassword |
protected String |
dlqUser |
protected String |
maxTimesRedelivered |
protected String |
timeToLive |
| Constructor and Description |
|---|
DLQConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationQueue()
Gets the value of the destinationQueue property.
|
String |
getDLQPassword()
Gets the value of the dlqPassword property.
|
String |
getDLQUser()
Gets the value of the dlqUser property.
|
String |
getMaxTimesRedelivered()
Gets the value of the maxTimesRedelivered property.
|
String |
getTimeToLive()
Gets the value of the timeToLive property.
|
void |
setDestinationQueue(String value)
Sets the value of the destinationQueue property.
|
void |
setDLQPassword(String value)
Sets the value of the dlqPassword property.
|
void |
setDLQUser(String value)
Sets the value of the dlqUser property.
|
void |
setMaxTimesRedelivered(String value)
Sets the value of the maxTimesRedelivered property.
|
void |
setTimeToLive(String value)
Sets the value of the timeToLive property.
|
protected String destinationQueue
protected String maxTimesRedelivered
protected String timeToLive
protected String dlqUser
protected String dlqPassword
public String getDestinationQueue()
Stringpublic void setDestinationQueue(String value)
value - allowed object is
Stringpublic String getMaxTimesRedelivered()
Stringpublic void setMaxTimesRedelivered(String value)
value - allowed object is
Stringpublic String getTimeToLive()
Stringpublic void setTimeToLive(String value)
value - allowed object is
Stringpublic String getDLQUser()
Stringpublic void setDLQUser(String value)
value - allowed object is
Stringpublic String getDLQPassword()
StringCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.