Clients - jms : TopicPublisher

JMS TopicPublisher endpoint

Constructor

__init

(Session | SenderEndpointConfiguration c, string? topicPattern)

  • topicPattern string? ()
  • Topic name pattern

Remote Methods

Methods

Fields

  • session Session
  • Session of the topic publisher

send

(Message message)

returns error?

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

sendTo

(Destination destination, Message message)

returns error?

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

initTopicPublisher

Parameters