|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMSPropertiesSetter
Sets JMS Fields and Properties from an ESB Message instance
Field Summary | |
---|---|
static java.lang.String |
JMS_EXPIRATION
Key used when setting the JMSExpiration as a property on an ESB Message instance. |
static java.lang.String |
JMS_REDELIVERED
Key used when setting the JMSRedelivered as a property on an ESB Message instance. |
Method Summary | |
---|---|
void |
setJMSProperties(Message fromESBMsg,
javax.jms.Message toJMSMessage)
Sets JMS properties fields on the outgoing JMS Message. |
Field Detail |
---|
static final java.lang.String JMS_EXPIRATION
static final java.lang.String JMS_REDELIVERED
Method Detail |
---|
void setJMSProperties(Message fromESBMsg, javax.jms.Message toJMSMessage) throws javax.jms.JMSException
jmsMessage
- the out-going JMS Message objectesbMsg
- the Message object from the ESB
javax.jms.JMSException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |