hi,
I am using HypersonicDatabase as a datasource for all my messages.
In this database there is a table which stores all the messages that have not been read yet , which is called JBM_MSG. In this table there is acolumn that stores a message_id.
I'm trying unsuccessfully to find this message_id in my org.jboss.soa.esb.message.Message into an esb service as webservice. I read all my properties and i cannot find it even org.jboss.soa.esb.gateway.ebws.messageID or org.jboss.soa.esb.message.transport.jms.messageID which is in org.jboss.soa.esb.common.Environment.class
Can somebody help me how to discover this id that has been stored to database??