publish

 

public void publish(Message message) throws JMSException;

Publishes a message to the topic. Uses the TopicPublisher's default delivery mode, priority, and time to live.

Parameters

  • message - the message to publish

Exceptions

  • JMSException - if producer fails to publish the message due to an internal error.


uj30670_