Re: ActiveMQ, Spring/JMS, and text messages

2008-10-14 Thread James Strachan
2008/10/14 Dejan Bosanac <[EMAIL PROTECTED]>: > Ah, Cool :) It's fixed now (revision 704544) Yay! :) -- James --- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com

Re: ActiveMQ, Spring/JMS, and text messages

2008-10-14 Thread Dejan Bosanac
Ah, Cool :) It's fixed now (revision 704544) Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net James Strachan wrote: > Sorry I meant the field called "p

Re: ActiveMQ, Spring/JMS, and text messages

2008-10-14 Thread James Strachan
2008/10/14 Dejan Bosanac <[EMAIL PROTECTED]>: > Done. BTW ObjectMessage already had this implemented. > > I'm not sure about properties, most of the message properties are > fields, we could only mess things with byte properties and such. Sorry I meant the field called "properties" which (from mem

Re: ActiveMQ, Spring/JMS, and text messages

2008-10-14 Thread Dejan Bosanac
Done. BTW ObjectMessage already had this implemented. I'm not sure about properties, most of the message properties are fields, we could only mess things with byte properties and such. Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - h

Re: ActiveMQ, Spring/JMS, and text messages

2008-10-14 Thread James Strachan
2008/10/14 Dejan Bosanac <[EMAIL PROTECTED]>: > Hi, > > this all looks good. The fact that you see text = null (even when it is > not null) in the log is because "text" filed of the text message object > is set only after the first call of getText() method. > > What is returned by > > objMessage. g

Re: ActiveMQ, Spring/JMS, and text messages

2008-10-14 Thread Dejan Bosanac
Hi, this all looks good. The fact that you see text = null (even when it is not null) in the log is because "text" filed of the text message object is set only after the first call of getText() method. What is returned by objMessage. getText() call? Also, can you check that the message you've

ActiveMQ, Spring/JMS, and text messages

2008-10-13 Thread Daniel Jabbour
Hello, I am trying to consume messages off an ActiveMQ queue (ActiveMQ 5.x) sent by a ruby STOMP client. The messages are being sent, and I can see them on the ActiveMQ web portal. The message text contains a string, which I also see in the portal. However, when I receive the message in