public abstract class AbstractJMSMessageProducer extends Object
| Constructor and Description |
|---|
AbstractJMSMessageProducer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
sendNonTransacted(javax.jms.Destination destination,
Serializable message)
Sends message to the destination in non-transactional manner.
|
protected void |
sendNonTransacted(javax.jms.Destination destination,
Serializable message,
String propertyName,
String propertValue)
Sends message to destination with given JMS message property name and value in non-transactional manner.
|
protected void |
sendTransacted(javax.jms.Destination destination,
Serializable message)
Sends message to the destination in transactional manner.
|
protected void |
sendTransacted(javax.jms.Destination destination,
Serializable message,
String propertyName,
String propertValue)
Sends message to destination with given JMS message property name and value in transactional manner.
|
protected void sendNonTransacted(javax.jms.Destination destination,
Serializable message)
protected void sendTransacted(javax.jms.Destination destination,
Serializable message)
protected void sendNonTransacted(javax.jms.Destination destination,
Serializable message,
String propertyName,
String propertValue)
protected void sendTransacted(javax.jms.Destination destination,
Serializable message,
String propertyName,
String propertValue)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.