1 Reply Latest reply on Mar 21, 2003 6:41 AM by pliusx2001

    MDB miss messages on DurableSubscription

    pliusx2001

      I am a newbie.I have a question about Odd durable subscription behavior.
      I have a application as below:
      1. An application client that calls an session bean.
      2. This session bean publishes several messages to a topic.
      3. A message-driven bean that receives and processes the messages,using a durable topic subscriber and a message selector .

      Now I can run this program.but this message-driven bean always miss some messages that Published by session bean. I had already config this message-driven bean as a
      Durable Subscriber.
      some times STDOUT looks like this:
      invalid console appender config detected, console stream is looping
      Can you tell me Why? Thank you very much!!!

      Comment:I use Jboss3.0.6 and connectionFactory JNDI is java:/JmsXA.