@Deprecated public class ConnectionFactoryProperties extends Object implements Cloneable, Serializable
| Constructor and Description |
|---|
ConnectionFactoryProperties(JCSMPProperties props,
int deliveryMode,
boolean xmlPayload,
boolean directTransport,
boolean deliverToOne,
boolean deliverToOneOverride,
boolean defaultContext,
boolean isDMQEligible,
boolean dynamicDurables,
boolean respectTTL,
String deadMsgQueueName,
boolean elidingEligible,
String clientID,
Boolean delayedStartOverride,
int sendWindowSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowDynamicDurables()
Deprecated.
|
Object |
clone()
Deprecated.
|
String |
getClientID()
Deprecated.
|
String |
getDeadMsgQueueName()
Deprecated.
|
Boolean |
getDelayedStartOverride()
Deprecated.
|
int |
getDeliveryMode()
Deprecated.
|
JCSMPProperties |
getJcsmpProps()
Deprecated.
|
int |
getSendWindowSize()
Deprecated.
|
boolean |
isDMQEligible()
Deprecated.
|
boolean |
isElidingEligible()
Deprecated.
|
boolean |
isXMLPayload()
Deprecated.
|
boolean |
respectTTL()
Deprecated.
|
String |
toString()
Deprecated.
|
boolean |
useDefaultContext()
Deprecated.
|
boolean |
useDeliverToOne()
Deprecated.
|
boolean |
useDeliverToOneOverride()
Deprecated.
|
boolean |
useDirectTransport()
Deprecated.
|
public ConnectionFactoryProperties(JCSMPProperties props, int deliveryMode, boolean xmlPayload, boolean directTransport, boolean deliverToOne, boolean deliverToOneOverride, boolean defaultContext, boolean isDMQEligible, boolean dynamicDurables, boolean respectTTL, String deadMsgQueueName, boolean elidingEligible, String clientID, Boolean delayedStartOverride, int sendWindowSize)
public JCSMPProperties getJcsmpProps()
public int getDeliveryMode()
public boolean isXMLPayload()
public boolean useDirectTransport()
public boolean useDeliverToOne()
public boolean useDeliverToOneOverride()
public boolean useDefaultContext()
public boolean isDMQEligible()
public boolean allowDynamicDurables()
public boolean respectTTL()
public String getDeadMsgQueueName()
public boolean isElidingEligible()
public String getClientID()
public Boolean getDelayedStartOverride()
public int getSendWindowSize()
Copyright 2004-2021 Solace Corporation. All rights reserved.