> 
> Do you know if CMS client for activemq supports it?

We provide a properties object that you can get from a Message object.
The Properties Object allows you to set string properties (string key,
string value).  We also provide classes like Integer that define
toString() methods.  Or you can just use itoa or sprintf to convert the
numeric to a String,  


> 
> Thanks!
> 
> Vik
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram
> Chirino
> Sent: Thursday, September 14, 2006 12:26 PM
> To: [email protected]
> Subject: Re: how to pass a integer value as a message header in STOMP
C
> 
> Hi Vik.. I don't think stomp supports it.
> 
> On 9/14/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]>
> wrote:
> > Hi,
> >
> >
> >
> > I am wondering how to pass a integer value to a message header
> property
> > using the STOMP C. I don't find any other information about how to
set
> a
> > message header with a integer value in the apr hash.
> >
> >

Reply via email to