| Package | Description |
|---|---|
| org.wso2.mb.integration.common.clients.configurations |
| Modifier and Type | Method and Description |
|---|---|
JMSHeaderPropertyType |
JMSHeaderProperty.getType()
Get property of the header property.
|
static JMSHeaderPropertyType |
JMSHeaderPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSHeaderPropertyType[] |
JMSHeaderPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AndesJMSPublisherClientConfiguration.setJMSHeaderProperty(String key,
Object value,
JMSHeaderPropertyType type)
Set a header property to the messages published
|
| Constructor and Description |
|---|
JMSHeaderProperty(String key,
Object value,
JMSHeaderPropertyType type)
Create a new JMSHeaderProperty.
|
Copyright © 2019 WSO2. All rights reserved.