public class DLQConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
destinationQueue |
protected java.lang.String |
dlqPassword |
protected java.lang.String |
dlqUser |
protected java.lang.String |
maxTimesRedelivered |
protected java.lang.String |
timeToLive |
Constructor and Description |
---|
DLQConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestinationQueue()
Gets the value of the destinationQueue property.
|
java.lang.String |
getDLQPassword()
Gets the value of the dlqPassword property.
|
java.lang.String |
getDLQUser()
Gets the value of the dlqUser property.
|
java.lang.String |
getMaxTimesRedelivered()
Gets the value of the maxTimesRedelivered property.
|
java.lang.String |
getTimeToLive()
Gets the value of the timeToLive property.
|
void |
setDestinationQueue(java.lang.String value)
Sets the value of the destinationQueue property.
|
void |
setDLQPassword(java.lang.String value)
Sets the value of the dlqPassword property.
|
void |
setDLQUser(java.lang.String value)
Sets the value of the dlqUser property.
|
void |
setMaxTimesRedelivered(java.lang.String value)
Sets the value of the maxTimesRedelivered property.
|
void |
setTimeToLive(java.lang.String value)
Sets the value of the timeToLive property.
|
protected java.lang.String destinationQueue
protected java.lang.String maxTimesRedelivered
protected java.lang.String timeToLive
protected java.lang.String dlqUser
protected java.lang.String dlqPassword
public java.lang.String getDestinationQueue()
String
public void setDestinationQueue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaxTimesRedelivered()
String
public void setMaxTimesRedelivered(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimeToLive()
String
public void setTimeToLive(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDLQUser()
String
public void setDLQUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDLQPassword()
String
public void setDLQPassword(java.lang.String value)
value
- allowed object is
String