1 Reply Latest reply on Dec 1, 2004 12:13 PM by j2ee

    Default startdelivery false for one specidfied MDB

    j2ee

      Hello,

      I m using an MDBBean which consume messages from DLQ queue.
      I d like on of my MBD to have the property "StateString" started or "DeliveryActive" false on Jboss start.
      JBoss version : 3.2.2

      Thanks if someone can help solve this.

        • 1. Re: Default startdelivery false for one specidfied MDB
          j2ee

          Sorry for my bad english. Behavior i'd like is:
          MDB by default "not started" or "DeliveryActivefalse".

          I ve seen that i can call a twiddle command :

          $ ./twiddle.sh -s localhost invoke jboss.j2ee:binding=message-driven-bean,jndiN
          ame=local/MDB,plugin=invoker,service=EJB stop

          BUT, is there another more "elegant" way to do the same ?