I recently discovered a message selector
@ActivationConfigProperty(
propertyName="messageSelector",
propertyValue="Fragile IS TRUE")
My question is: how can I make a selector speaker at runtime?
Suppose a consumer decides that he wants only messages with the Fragile IS FALSE property
Can a consumer change the selector in any way without redeploying the MDB?
Note. I am using Glassfish v2.1
source
share