public interface Endpoint
Endpoint represents a appliance resource for consuming messages.
Queue or TopicEndpoint through the
JCSMPSession.createFlow(XMLMessageListener, ConsumerFlowProperties)
call.
Subscription-managers can use a ClientName endpoint to represent a
remote client when adding subscriptions on behalf of that client. See
JCSMPSession.addSubscription(Endpoint, Subscription, int) for more
information.
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the Endpoint.
|
String |
getVirtualRouterName()
The virtual router name identifier for the Endpoint.
|
boolean |
isDurable()
Whether this Endpoint is durable.
|
String getName()
String representing the Endpoint name.boolean isDurable()
true if this Endpoint is durable, false
otherwise.String getVirtualRouterName()
Copyright 2004-2025 Solace Corporation. All rights reserved.