Clients -
jms :
TopicPublisher
JMS TopicPublisher endpoint
Constructor
__init
(Session | SenderEndpointConfiguration c, string? topicPattern)
- c Session | SenderEndpointConfiguration
-
The JMS Session object or Configurations related to the receiver
- topicPattern string? ()
-
Topic name pattern
Remote Methods
Methods
Fields
- session Session
-
Session of the topic publisher
Sends a message to the JMS provider
Parameters
- message Message
-
Message to be sent to the JMS provider
-
Return Type
(error?) Error upon failure to send the message to the JMS provider
Sends a message to the JMS provider
Parameters
- destination Destination
-
Destination used for the message sender
- message Message
-
Message to be sent to the JMS provider
-
Return Type
(error?) Error upon failure to send the message to the JMS provider