On 6/28/06, Vadim Pesochinsky <[EMAIL PROTECTED]> wrote:
Thanks a lot, I will make use of MultiplexingRequestor. However I am still having trouble with selectors. How can I select by message types? Neither one works: JMSType='1001' JMSType='1001' OR JMSType='1002' Producer does msg.setJMSType( "1001" ); Thank you.
I've written a test case for this and it seems to work fine to me. (See the testJMSPropertySelectors() test). https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/selector/SelectorTest.java Any chance you could write a JUnit test case demonstrating your issue? -- James ------- http://radio.weblogs.com/0112098/
