Uses of Class
org.apache.qpid.client.BasicMessageProducer

Packages that use BasicMessageProducer
org.apache.qpid.client   
 

Uses of BasicMessageProducer in org.apache.qpid.client
 

Classes in org.apache.qpid.client with type parameters of type BasicMessageProducer
 class AMQSession<C extends BasicMessageConsumer,P extends BasicMessageProducer>
          

Responsibilities Collaborations
CRC Card
 

Subclasses of BasicMessageProducer in org.apache.qpid.client
 class BasicMessageProducer_0_10
          This is a 0_10 message producer.
 class BasicMessageProducer_0_8
           
 

Constructors in org.apache.qpid.client with parameters of type BasicMessageProducer
QueueSenderAdapter(BasicMessageProducer msgProducer, Queue queue)
           
TopicPublisherAdapter(BasicMessageProducer msgProducer, Topic topic)
           
 



Licensed to the Apache Software Foundation