public class AMQPSender extends Object
Constructor and Description |
---|
AMQPSender() |
Modifier and Type | Method and Description |
---|---|
com.rabbitmq.client.Channel |
getChannel() |
void |
sendAMQPMessage(org.apache.axis2.context.MessageContext mc,
String correlationId,
String replyTo) |
void |
setChannel(com.rabbitmq.client.Channel channel) |
void |
setExchangeName(String exchangeName) |
void |
setQueueName(String queueName) |
void |
setRoutingKey(String routingKey) |
public void setChannel(com.rabbitmq.client.Channel channel)
public void setExchangeName(String exchangeName)
public void setRoutingKey(String routingKey)
public void setQueueName(String queueName)
public com.rabbitmq.client.Channel getChannel()
public void sendAMQPMessage(org.apache.axis2.context.MessageContext mc, String correlationId, String replyTo) throws AMQPTransportException, IOException
AMQPTransportException
IOException
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.