users@genericjmsra.java.net

Question on ConnectionFactory and MessageSelector

From: Zarick Lau <zarick_at_gmail.com>
Date: Fri, 13 Apr 2007 12:29:07 +0800

Hi devs and users,

I'm using SJSAS 9.0 Update 1. With GenericRA 1.7 + ActiveMQ 4.1.1

I've two MDB, listening on ONE queue with two exclusive MessageSelector.

All Message is dispatched to the first MDB only, the expected behavior (of
mine)
should be, Msg1 goes MDB1 and Msg2 goes MDB2.

Shall I have separate ConnectionFactory (and hereof the CFPool) for two MDB
with
diff MessageSelector on one Queue?

In the stack of the Software I'm using, which component is responsible for
filtering
message using the MessageSelector, and which component is responsible for
Dispatching
message to MDB?

Thanks!!

Best regards,
Zarick