3 Replies Latest reply on Apr 1, 2003 8:27 PM by adrian.brock

    Durable MDB question

    mjremijan

      Forum:

      Let's say I have a MDB which has a durable subscription to topic/testDurableTopic. If I have the bean deployed and create a small client application to publish messages to that topic, the MDB fires off an everything is fine.

      Now I want to test the durable subscription part. So I remove the ear that contains my MDB. I then run my client app to publish messages to that topic. Then I redeploy the ear. I expected the MDB to fire off because it had a durable subscription and messages were published. However, nothing happens.

      Does anyone know if this is the right behavior? If my durable subscription was outside of JBoss, would it work the way I expected?

      Thanks,
      Michael.