Re: Is there a problem with selectors on queues

2007-07-05 Thread Jim Alateras
James Strachan wrote: I'm not aware of any issues; I wonder if you could wrap up what you're doing in a little JUnit test case we could tinker with? will do James Am wondering if its one of the JMS gotchas that we all fall for now and again, like not starting the connection, or sending from a

Re: Is there a problem with selectors on queues

2007-07-05 Thread James Strachan
I'm not aware of any issues; I wonder if you could wrap up what you're doing in a little JUnit test case we could tinker with? Am wondering if its one of the JMS gotchas that we all fall for now and again, like not starting the connection, or sending from a transacted session and forgetting to co

Is there a problem with selectors on queues

2007-07-03 Thread Jim Alateras
I am experiencing some problems with message selectors and was wondering whether there is known issue in activemq and queue message selectors. Prior to publishing a message on a queue i set the propA property message.setIntProperty("propA ", zone.getZoneNumber()); On the consumer side i do