I think this is definitly a bug as jboss ignores the message selector in the 
following MDB
<message-driven >
  |  <description>[CDATA[]]</description>
  | 
  |  <ejb-name>TransactionWriterBean</ejb-name>
  | 
  |  <ejb-class>com.ftisoft.streetlamp.ejb.TransactionWriter</ejb-class>
  | 
  |  <messaging-type>javax.jms.MessageListener</messaging-type>
  |  <transaction-type>Container</transaction-type>
  |  <message-destination-type>javax.jms.Topic</message-destination-type>
  |  <activation-config>
  |    <activation-config-property>
  |      
<activation-config-property-name>destinationType</activation-config-property-name>
  |      
<activation-config-property-value>javax.jms.Topic</activation-config-property-value>
  |    </activation-config-property>
  |    <activation-config-property>
  |      
<activation-config-property-name>messageSelector</activation-config-property-name>
  |      <activation-config-property-value>streetlampWritten <> 
true</activation-config-property-value>
  |    </activation-config-property>
  |  </activation-config>
  | 
  |  <resource-ref >
  |     <res-ref-name>jdbc/HibernateFactory</res-ref-name>
  |     <res-type>net.sf.hibernate.SessionFactory</res-type>
  |     <res-auth>Container</res-auth>
  |  </resource-ref>
  | 
  | </message-driven>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858844#3858844

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858844


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to