| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | pwalter <patrick.wal...@nasa.gov> |
| Subject | ActiveMQ NMS - Getting Key/Value from IMapMessage |
| Date | Sat, 16 Feb 2013 17:42:44 GMT |
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.
| |
| Mime |
|
| View raw message | |