[jboss-user] [JBoss Messaging] - Re: Scheduled messages not delayed

2007-06-29 Thread jpansier
Thanks a lot Tim. Joel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059025#4059025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059025 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Messaging] - Re: Scheduled messages not delayed

2007-06-19 Thread jpansier
When I send a jms schedule message (without consumer), it doesn't appear in jboss jmx-console scheduleMessageCount. But if I restart jboss server, this message appear correctly in jboss jmx-console scheduleMessageCount and I don't consume this. The junit test : | | import java.util.Date;

[jboss-user] [JBoss Messaging] - Re: Scheduled messages not delayed

2007-06-19 Thread jpansier
Indeed, I have look the unit test org.jboss.test.messaging.jms.ScheduledDeliveryTest. my code : | @Stateless | @Clustered(partition="MyPartition") | @RemoteBinding(jndiBinding="JMSManagerBean/remote") | @TransactionManagement(value=TransactionManagementType.BEAN) | public class JMSMan

[jboss-user] [JBoss Messaging] - Scheduled messages not delayed

2007-06-19 Thread jpansier
Hi, I use jboss messaging 1.3.0 integrated in jboss 4.2.0, with clustered queue, and oracle persistent database. I follow the automated clustered installation of jboss messaging. I want to schedule jms messages. When I send jms message with JMS_JBOSS_SCHEDULED_DELIVERY property, messages are co