public class JmsMessageRequester
extends org.mule.transport.AbstractMessageRequester
JmsMessageDispatcher is responsible for dispatching messages to JMS
destinations. All JMS semantics apply and settings such as replyTo and QoS
properties are read from the event properties or defaults are used (according to
the JMS specification)| Constructor and Description |
|---|
JmsMessageRequester(org.mule.api.endpoint.InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConnect() |
protected void |
doDisconnect() |
protected void |
doDispose() |
protected org.mule.api.MuleMessage |
doRequest(long timeout)
Make a specific request to the underlying transport
|
applyInboundTransformers, createLifecycleManager, getEndpoint, getRequesterName, getWorkManager, initialise, requestactivate, connect, connectHandler, createMuleMessage, createMuleMessage, createMuleMessage, createMuleMessageFactory, createNullMuleMessage, disconnect, dispose, disposeAndLogException, doInitialise, doStart, doStartHandler, doStop, getConnectEventId, getConnectionDescription, getConnector, getLifecycleState, initializeMessageFactory, initializeRetryPolicy, isConnected, isDoThreading, isStarted, isStarting, isStopped, isStopping, passivate, setEndpoint, start, stop, toString, validate, validateConnectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivate, createMuleMessage, createMuleMessage, getConnector, passivate, validatepublic JmsMessageRequester(org.mule.api.endpoint.InboundEndpoint endpoint)
protected void doConnect()
throws Exception
doConnect in class org.mule.transport.AbstractTransportMessageHandlerExceptionprotected void doDisconnect()
throws Exception
doDisconnect in class org.mule.transport.AbstractTransportMessageHandlerExceptionprotected org.mule.api.MuleMessage doRequest(long timeout)
throws Exception
doRequest in class org.mule.transport.AbstractMessageRequestertimeout - the maximum time the operation should block before returning.
The call should return immediately if there is data available. If
no data becomes available before the timeout elapses, null will be
returnedException - if the call to the underlying protocal cuases an exceptionprotected void doDispose()
doDispose in class org.mule.transport.AbstractTransportMessageHandlerCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.