I am having the same problem. HOW can the numeric JMS selectors (>, <, BETWEEN) be used with STOMP? They are needed.
-Marc Simon Wistow wrote: > > I recently spent a while debugging some problems I was having. The > solution turned out to be that in my Java sender I was doing something > like > > message.setIntProperty('year',2006); > > > and then my message selector in my consumer was > > (year=2006 OR year IS NULL) > > However in Perl land, even though the Stomp frame looked like > > year:2006 > > that doesn't work unless I do > > (year='2006' OR year IS NULL) > > > is there anyway to force Stomp to have a numeric property? Or am I just > missing something entirely? > > Simon > -- View this message in context: http://www.nabble.com/Stomp-and-numeric-properties-in-message-selectors-tp7953090p19534691.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.