Package | Description |
---|---|
org.mule.modules.microsoftservicebus | |
org.mule.modules.microsoftservicebus.entity |
(c) 2003-2016 MuleSoft, Inc.
|
Modifier and Type | Method and Description |
---|---|
void |
MicrosoftServiceBusConnector.queueSend(String destinationQueue,
Object body,
AmqpHeader header,
AmqpProperties properties,
org.mule.api.MuleEvent event)
Sends a message to a Queue
|
void |
MicrosoftServiceBusConnector.topicSend(String destinationTopic,
Object body,
AmqpHeader header,
AmqpProperties properties,
org.mule.api.MuleEvent event)
Sends a message to a Topic
|
Modifier and Type | Method and Description |
---|---|
AmqpHeader |
AmqpMessage.getHeader() |
Modifier and Type | Method and Description |
---|---|
void |
AmqpMessage.setHeader(AmqpHeader header) |
Constructor and Description |
---|
AmqpMessage(Object body,
Map<String,Object> applicationProperties,
AmqpHeader header,
AmqpProperties properties) |
AmqpMessage(Object body,
Map<String,Object> applicationProperties,
AmqpHeader header,
AmqpProperties properties,
javax.jms.Message message) |
Copyright © 2010–2017. All rights reserved.