public class RabbitMQProducer
extends org.apache.camel.impl.DefaultProducer
Constructor and Description |
---|
RabbitMQProducer(RabbitMQEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
int |
getCloseTimeout() |
RabbitMQEndpoint |
getEndpoint() |
void |
process(org.apache.camel.Exchange exchange) |
void |
setCloseTimeout(int closeTimeout) |
createExchange, createExchange, createExchange, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
public RabbitMQProducer(RabbitMQEndpoint endpoint) throws IOException
IOException
public RabbitMQEndpoint getEndpoint()
getEndpoint
in interface org.apache.camel.Producer
getEndpoint
in class org.apache.camel.impl.DefaultProducer
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultProducer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultProducer
Exception
public int getCloseTimeout()
public void setCloseTimeout(int closeTimeout)
Apache Camel