public class JmsClientProperties extends AbstractObjectProperties
Modifier and Type | Field and Description |
---|---|
protected int |
commitAfterXMsgs |
protected boolean |
destComposite |
protected String |
destName |
protected String |
jmsProperties |
protected String |
jmsProvider |
protected String |
jmsVersion |
protected String |
sessAckMode |
static String |
SESSION_AUTO_ACKNOWLEDGE |
static String |
SESSION_CLIENT_ACKNOWLEDGE |
static String |
SESSION_DUPS_OK_ACKNOWLEDGE |
static String |
SESSION_TRANSACTED |
protected boolean |
sessTransacted |
Constructor and Description |
---|
JmsClientProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getCommitAfterXMsgs() |
String |
getDestName() |
String |
getJmsProperties() |
String |
getJmsProvider() |
String |
getJmsVersion() |
String |
getSessAckMode() |
boolean |
isDestComposite() |
boolean |
isSessTransacted() |
void |
setCommitAfterXMsgs(int commitAfterXMsg) |
void |
setDestComposite(boolean destComposite) |
void |
setDestName(String destName) |
void |
setJmsProperties(String jmsProperties) |
void |
setJmsProvider(String jmsProvider) |
void |
setJmsVersion(String jmsVersion) |
void |
setSessAckMode(String sessAckMode) |
void |
setSessTransacted(boolean sessTransacted) |
acceptConfig, configureProperties, retrieveProperties
public static final String SESSION_AUTO_ACKNOWLEDGE
public static final String SESSION_CLIENT_ACKNOWLEDGE
public static final String SESSION_DUPS_OK_ACKNOWLEDGE
public static final String SESSION_TRANSACTED
protected boolean destComposite
protected String sessAckMode
protected boolean sessTransacted
protected int commitAfterXMsgs
protected String jmsProvider
protected String jmsVersion
protected String jmsProperties
public JmsClientProperties()
public String getDestName()
public void setDestName(String destName)
public boolean isDestComposite()
public void setDestComposite(boolean destComposite)
public String getSessAckMode()
public void setSessAckMode(String sessAckMode)
public boolean isSessTransacted()
public void setSessTransacted(boolean sessTransacted)
public void setCommitAfterXMsgs(int commitAfterXMsg)
public int getCommitAfterXMsgs()
public String getJmsProvider()
public void setJmsProvider(String jmsProvider)
public String getJmsVersion()
public void setJmsVersion(String jmsVersion)
public String getJmsProperties()
public void setJmsProperties(String jmsProperties)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.