I forgot, my MDB is clustered
| @MessageDriven( | [EMAIL PROTECTED](propertyName="destinationType", propertyValue="javax.jms.Queue"), | @ActivationConfigProperty(propertyName="destination", propertyValue="queue/myNotificationQueue")}) | @Clustered(partition=ClusterConfig.CLUSTER_PARTION, loadBalancePolicy=FirstAvailableIdenticalAllProxies.class) | @ApplicationException(rollback=true) | @TransactionManagement(TransactionManagementType.CONTAINER) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072439#4072439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072439 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
