| java.lang.Object com.caucho.jms.resource.MessageSenderResource
MessageSenderResource | public class MessageSenderResource implements MessageSender(Code) | | Configures message senders, avoiding JCA.
|
MessageSenderResource | public MessageSenderResource()(Code) | | |
init | public void init() throws JMSException, ConfigException(Code) | | Initialize the sender resource.
throws: JMSException - throws: ConfigException - |
send | public void send(HashMap header, Object value) throws MessageServiceException(Code) | | Sends a message to the destination
Parameters: header - Parameters: value - throws: MessageServiceException - |
setConnectionFactory | public void setConnectionFactory(ConnectionFactory factory)(Code) | | Sets the JMS connection factory.
Parameters: factory - |
setDestination | public void setDestination(Destination destination)(Code) | | Sets the JMS Destination (Queue or Topic)
Parameters: destination - |
|
|