I have an IMapMessage and want to retrieve all message body key/value pairs.
I don't know the types of data.

IMapMessage message = ......
foreach (string key in message.Body.Keys)
{
    ??? HOW TO GE THE VALUE -- NOT KNOWING THE TYPE OF DATA???
}
             
Thanks




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-Getting-Key-Value-from-IMapMessage-tp4663582.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to