org.apache.camel.component.jms
Class JmsConfiguration.CamelJmsTemplate102
java.lang.Object
org.springframework.jms.support.JmsAccessor
org.springframework.jms.support.destination.JmsDestinationAccessor
org.springframework.jms.core.JmsTemplate
org.springframework.jms.core.JmsTemplate102
org.apache.camel.component.jms.JmsConfiguration.CamelJmsTemplate102
- All Implemented Interfaces:
- InitializingBean, JmsOperations
- Enclosing class:
- JmsConfiguration
Deprecated. will be removed in the future
@Deprecated
public static class JmsConfiguration.CamelJmsTemplate102
- extends JmsTemplate102
| Methods inherited from class org.springframework.jms.core.JmsTemplate |
browse, browse, browse, browseSelected, browseSelected, browseSelected, convertAndSend, convertAndSend, convertAndSend, convertAndSend, convertAndSend, convertAndSend, createProducer, doConvertFromMessage, doReceive, doReceive, doSend, execute, execute, execute, execute, execute, getDefaultDestination, getDefaultDestinationName, getDeliveryMode, getMessageConverter, getPriority, getReceiveTimeout, getTimeToLive, isExplicitQosEnabled, isMessageIdEnabled, isMessageTimestampEnabled, isPubSubNoLocal, isSessionLocallyTransacted, receive, receive, receive, receiveAndConvert, receiveAndConvert, receiveAndConvert, receiveSelected, receiveSelected, receiveSelected, receiveSelectedAndConvert, receiveSelectedAndConvert, receiveSelectedAndConvert, send, setDefaultDestination, setDefaultDestinationName, setDeliveryMode, setDeliveryPersistent, setExplicitQosEnabled, setMessageConverter, setMessageIdEnabled, setMessageTimestampEnabled, setPriority, setPubSubNoLocal, setReceiveTimeout, setTimeToLive |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsConfiguration.CamelJmsTemplate102
public JmsConfiguration.CamelJmsTemplate102(JmsConfiguration config,
ConnectionFactory connectionFactory,
boolean pubSubDomain)
- Deprecated.
send
public void send(String destinationName,
MessageCreator messageCreator,
JmsConfiguration.MessageSentCallback callback)
throws JmsException
- Deprecated.
- Throws:
JmsException
send
public void send(Destination destination,
MessageCreator messageCreator,
JmsConfiguration.MessageSentCallback callback)
throws JmsException
- Deprecated.
- Throws:
JmsException
send
public void send(String destinationName,
MessageCreator messageCreator)
throws JmsException
- Deprecated.
- Specified by:
send in interface JmsOperations- Overrides:
send in class JmsTemplate
- Throws:
JmsException
send
public void send(Destination destination,
MessageCreator messageCreator)
throws JmsException
- Deprecated.
- Specified by:
send in interface JmsOperations- Overrides:
send in class JmsTemplate
- Throws:
JmsException
doSend
protected void doSend(MessageProducer producer,
Message message)
throws JMSException
- Deprecated.
- Override so we can support preserving the Qos settings that have
been set on the message.
- Overrides:
doSend in class JmsTemplate102
- Throws:
JMSException
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.