Hi Ivan, AFAIK, It's not possible with the stock JMS P2P Sampler as it seems to assume everything is a String. Maybe Sebb can can confirm this?
Regards, Noel ----- "Ivan Ivankovic" <[email protected]> wrote: > Hi guys, > > Is there anybody to know if this is (see below) possible to do with JMS > Point-toPoint sampler or not? > > Anything I put as a property values is treated as string, and I need it as > Integer, because this property is used as a messageSelector for my MDB. > > Regards. > > On Tue, Aug 25, 2009 at 5:17 PM, Ivan Ivankovic <[email protected]> wrote: > > > Hi, > > > > Could you please tell me if there is a way to specify Integer property in > > JMS properties section. If I put 0 (zero) it is treated as string. > > > > I need something that corresponds to following in java: > > > > jmsMessage.setIntProperty(0); > > > > Regards, > > Ivanko > > > > > > -- > Pozdrav, > Ivanko >

