org.apache.qpid.example.publisher
Class TopicPublisher

java.lang.Object
  extended by org.apache.qpid.example.publisher.Publisher
      extended by org.apache.qpid.example.publisher.TopicPublisher

public class TopicPublisher
extends Publisher

Subclass of Publisher which sends messages to a topic destination defined in example.properties


Field Summary
 
Fields inherited from class org.apache.qpid.example.publisher.Publisher
_connection, _contextHelper, _defaultDestinationDir, _destination, _destinationDir, _name, _producer, _session
 
Constructor Summary
TopicPublisher()
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.example.publisher.Publisher
cleanup, getDestinationDir, getName, getSession, sendMessage, sendMessage, setDestinationDir, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicPublisher

public TopicPublisher()


Licensed to the Apache Software Foundation