| Package | Description |
|---|---|
| org.mule.extensions.jms.api.destination | |
| org.mule.extensions.jms.api.operation |
| Modifier and Type | Method and Description |
|---|---|
DestinationType |
JmsDestination.getDestinationType() |
static DestinationType |
DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DestinationType[] |
DestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JmsDestination(String name,
DestinationType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsPublish.publish(JmsConfig config,
JmsConnection connection,
String destination,
DestinationType destinationType,
MessageBuilder messageBuilder,
JmsPublishParameters overrides)
Operation that allows the user to send a
Message to a JMS {@link Destination |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.