Clients -
jms :
TopicSubscriberCaller
Remote functions that the topic subscriber endpoint could perform.
Remote Methods
acknowledge
Acknowledges a received message.
receive
Synchronously receives a message from the JMS provider.
receiveFrom
Synchronously receives a message from the JMS provider.
Fields
- topicListener TopicListener? ()
-
The JMS TopicListener.
Acknowledges a received message.
Parameters
- message Message
-
The JMS message to be acknowledged.
-
Return Type
(error?) Returna an error upon failure to acknowledge a received message.
Synchronously receives a message from the JMS provider.
Parameters
- timeoutInMilliSeconds int - 0
-
Time to wait until a message is received.
Synchronously receives a message from the JMS provider.
Parameters
- destination Destination
-
Destination to subscribe to.
- timeoutInMilliSeconds int - 0
-
Time to wait until a message is received.