Re: How to send XML based message in AMQ?

2006-08-28 Thread srodrigues
I always convert xml to string before sending such a message. HTH, SR. Wang Kevin wrote: Hi, Gents, I am trying to send XML based message using ActiveMQ, but as I know, I can't find a related method like *createXMLMessage()*. So I think a way is to use TextMessage: firstly,

RE: Openwire C Client.

2006-04-27 Thread srodrigues
Hi Vik, Is this the latest? Dated April 13th..? Is it declared release candidate yet? http://people.apache.org/~chirino/incubator-activemq-4.0-RC3/distributions/ I read a post by you on the forum with a pending issue with AMQ-RC3 and the consumer hanging if there is more than one message on

RE: Openwire C Client.

2006-04-27 Thread srodrigues
The consumer just hangs and does not seem to be receiving any messages. Does anyone else have a similar problem? consumer Connecting..OK Sending connect message.OK Reading Response. -- View this message in context: http://www.nabble.com/Openwire-C-Client.-t1506711.html#a4125129 Sent

Openwire C Client.

2006-04-25 Thread srodrigues
I am fairly new to Unix based dev. so pardon me if I ask obvious questions. I am using ActiveMQ 3.1, but could upgrade it if required. We required a C Client for Unix Sun Solaris and I could not get correct documentation. I started at this location: http://stomp.codehaus.org/libstomp+Examples