[esb-java-user] How take the JMS_MESSAGE_ID

Asankha C. Perera asankha at wso2.com
Fri May 30 06:05:24 PDT 2008


After a JMS Send operation, the message ID would be available as a 
message context property "JMS_MESSAGE_ID" on the Axis2 message context. 
The variable "mc" will have the Synapse message context, which you can 
type cast into an Axis2MessageContext and then call 
getAxis2MessageContext() to get to the axis2 message context

asankha

j0na wrote:
> https://wso2.org/jira/browse/ESBJAVA-462
> In this JIRA Asankha Resolved the new feature. But,  how I create a message
> with this JMS_MESSAGE_ID after I send the message to a QUEUE? How I create a
> new message to send the JMS_MESSAGE_ID to the user? Using a script?
>   



More information about the Esb-java-user mailing list