Object -
jms :
ConsumerTemplate
Represent a JMS consumer endpoint
Methods
init
Initialize the consumer endpoint
register
Registers consumer endpoint in the service
start
Starts the consumer endpoint
stop
Stops the consumer endpoint
getCallerActions
Returns the action object of ConsumerTemplate
Fields
- consumerActions ConsumerActions BLangTypeInit: new null ([])
-
Handle all the actions related to the endpoint
- config ConsumerEndpointConfiguration {}
-
Used to store configurations related to a JMS connection
Initialize the consumer endpoint
Parameters
- c ConsumerEndpointConfiguration
-
Configurations related to the endpoint
Registers consumer endpoint in the service
Parameters
- serviceType typedesc
-
type descriptor of the service
Returns the action object of ConsumerTemplate
-
Return Type
(ConsumerActions) Returns consumer actions