Re: Unable to send message to xmpp queue

2013-02-16 Thread lokeshru
I am using activemq 5.7, has any one tried with the previous versions and was it working. Lokesh -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-send-message-to-xmpp-queue-tp4663410p4663591.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ NMS - Getting Key/Value from IMapMessage

2013-02-16 Thread Timothy Bish
See below: On 02/16/2013 12:42 PM, pwalter wrote: 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???

ActiveMQ NMS - Getting Key/Value from IMapMessage

2013-02-16 Thread pwalter
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 co

ActiveMQ NMS API Location

2013-02-16 Thread pwalter
The links to the NMS api are broken... Could someone provide a valid link?? thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-API-Location-tp4663581.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.