0 Replies Latest reply on May 16, 2006 2:59 PM by akbdas

    MDB for Topic

    akbdas

      hai,


      can anybody tell us what are the @ejb or @jboss to tbe specfied for the MDB bean.
      even though i given

      /** ....
      * @ejb.bean destination-type="javax.jms.Topic"
      * @ejb.bean destination-jndi-name = "topic/testTopic"
      ...
      */
      still the utility class is using only QueueConnectionFactory and Queue related classes ...createSession ...

      How can we make it use TopicConnectionFactory and Topic subscription..


      Thanks in advance..


      akbdas