public class QpidRAMCFProperties extends ConnectionFactoryProperties implements Serializable
Constructor and Description |
---|
QpidRAMCFProperties()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getSessionDefaultType()
Get the default session type.
|
int |
getType()
Get the connection type
|
Integer |
getUseTryLock()
Get the useTryLock.
|
void |
setSessionDefaultType(String defaultType)
Set the default session type.
|
void |
setUseTryLock(Integer useTryLock)
Set the useTryLock.
|
getClientId, getConnectionURL, getHost, getPassword, getPath, getPort, getUserName, isHasBeenUpdated, isUseLocalTx, setClientId, setConnectionURL, setHost, setPassword, setPath, setPort, setUseLocalTx, setUserName
public int getType()
public void setSessionDefaultType(String defaultType)
defaultType
- either javax.jms.Topic or javax.jms.Queuepublic String getSessionDefaultType()
public Integer getUseTryLock()
public void setUseTryLock(Integer useTryLock)
useTryLock
- the useTryLock.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.