Uses of Interface
org.hornetq.api.core.client.ClientProducer

Packages that use ClientProducer
org.hornetq.api.core.client Core Client Messaging API. 
 

Uses of ClientProducer in org.hornetq.api.core.client
 

Methods in org.hornetq.api.core.client that return ClientProducer
 ClientProducer ClientSession.createProducer()
          Creates a producer with no default address.
 ClientProducer ClientSession.createProducer(org.hornetq.api.core.SimpleString address)
          Creates a producer which sends messages to the given address
 ClientProducer ClientSession.createProducer(org.hornetq.api.core.SimpleString address, int rate)
          Creates a producer which sends messages to the given address
 ClientProducer ClientSession.createProducer(String address)
          Creates a producer which sends messages to the given address
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.