Listener -
jms
: DurableTopicListener
The JMS DurableTopicListener endpoint.
Constructor
__init
(Session | ReceiverEndpointConfiguration c, string topicPattern, string identifier, string messageSelector)
- c Session | ReceiverEndpointConfiguration
-
The JMS session object or the configurations related to the receiver.
- topicPattern string
-
Name or the pattern of the topic subscription.
- identifier string
-
The unique identifier for the subscription.
- messageSelector string
-
The JMS selector statement.
Methods
LifeCycle Methods
Fields
- consumerActions DurableTopicSubscriberCaller BLangTypeInit: new null ([])
-
The object, which handles the network operations related to the subscriber.
- session Session
-
Session of the topic listener.
Methods
Returns the subscrber caller actions.
-
Return Type
(DurableTopicSubscriberCaller) DurableTopicListener actions handler.
LifeCycle Methods
Binds the durable topic subscriber endpoint to a service.
-
Return Type
(error?) Returns nil or an error upon failure to register the listener.
Starts the endpoint. The function is ignored by the subscriber endpoint.
-
Return Type
(error?) Returns nil or an error upon failure to start.