public class MJmsEndpointSpec extends MEndpointSpec
MJmsEndpointSpec
encapsulates details about JMS EndpointModifier and Type | Field and Description |
---|---|
java.lang.String |
durableName
This unique name lets the server associate the subscriber with a subscription.
|
java.lang.String |
messageSelector
When present, the server filters messages using this selector, so the subscriber receives only matching messages.
|
static int |
RELIABLE_EXT |
DELIVERY_PERSIST, DELIVERY_RELIABLE, deliveryMode, destinationName, sessionName, timeout, transactionLevel, TX_NONE, TX_SIMPLE
AMX, JMS, M_FILE_SINK_ID, M_HAWK_SINK_ID, M_JMS_SINK_ID, M_RV_SINK_ID, M_SINK_ID, M_STDERR_SINK_ID, M_STDOUT_SINK_ID, M_STREAM_SINK_ID, RV
Constructor and Description |
---|
MJmsEndpointSpec() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getDurableName()
internal helper function, member variable is actually public, inline with others,
but using getters makes it better to debug when required to, just set one breakpoint location
|
java.lang.String |
getMessageSelector()
internal helper function, member variable is actually public, inline with others,
but using getters makes it better to debug when required to, just set one breakpoint location
|
int |
getTransportID() |
copy
public static final int RELIABLE_EXT
public java.lang.String messageSelector
public java.lang.String durableName
public java.lang.String getMessageSelector()
public java.lang.String getDurableName()
public int getTransportID()
public java.lang.Object clone()
clone
in class MEndpointSpec