Package | Description |
---|---|
org.apache.activemq.artemis.api.core.client |
Modifier and Type | Method and Description |
---|---|
ClientProducer |
ClientSession.createProducer()
Creates a producer with no default address.
|
ClientProducer |
ClientSession.createProducer(org.apache.activemq.artemis.api.core.SimpleString address)
Creates a producer which sends messages to the given address
|
ClientProducer |
ClientSession.createProducer(org.apache.activemq.artemis.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 © 2021 The Apache Software Foundation. All Rights Reserved.