| Package | Description |
|---|---|
| org.apache.activemq.artemis.api.core.client | |
| org.apache.activemq.artemis.jms.client |
| Modifier and Type | Method and Description |
|---|---|
ClientProducer |
ClientSession.createProducer()
Creates a producer with no default address.
|
ClientProducer |
ClientSession.createProducer(SimpleString address)
Creates a producer which sends messages to the given address
|
ClientProducer |
ClientSession.createProducer(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
|
| Constructor and Description |
|---|
ActiveMQMessageProducer(ActiveMQConnection connection,
ClientProducer producer,
ActiveMQDestination defaultDestination,
ClientSession clientSession,
ConnectionFactoryOptions options) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.