When subscribing to a topic, I have a selector with three properties in it:

ofSample = 1 and ofAnotherSample = 2 and ofEnvName = 'someenvironment'

The sender sets the properties on an object message and sends this to the
topic via a TopicRequestor (it's expecting a reply). However, the subscriber
never receives any messages (the onMessage method never gets called).

On another topic, I have another selector with only one field and its
subscriber can receive messages just fine:

ofEnvName = 'someenvironment'

Is there a known problem with non-trivial JBossMQ's selectors or am I doing
something wrong (more likely)? This works on another JMS implementation.

Thanks,

- David

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to