1 Reply Latest reply on Jan 22, 2006 6:07 AM by dimitris

    Develop MBean

    mawione

      I'm new to JMB and Jboss and have a few questions:

      1. Does all MBeans run in same JVM?
      2. May (is it recommended) I start new threads in my custom developed?
      3. Can I from my custom developed MBean reach a queue/MDB which my application can reach?
      4. Can I from my application put things on a Queue/MDB which can be reached from my custom developed MBean?
      5. Can I (is it recommended to) start a server socket in my custom developed MBean?

      Many thanks for your reply.

      /Magnus

        • 1. Re: Develop MBean
          dimitris

          1. Does all MBeans run in same JVM?

          yes

          2. May (is it recommended) I start new threads in my custom developed?

          sure

          3. Can I from my custom developed MBean reach a queue/MDB which my application can reach?

          yes

          4. Can I from my application put things on a Queue/MDB which can be reached from my custom developed MBean?

          yes

          5. Can I (is it recommended to) start a server socket in my custom developed MBean?

          You can