4 Replies Latest reply on Jun 17, 2008 1:45 PM by peterj

    how to configure operations mbean


      How do I configure those operations MBean that states in the User Guide for Topic destinations? Thanks.

        • 1. Re: how to configure operations mbean
          peterj

          For the JBoss Messaging download, look in the jboss-messaging.sar file. It contains a file named destinations-service.xml that has exampleso f how to declare queues and topics.

          • 2. Re: how to configure operations mbean

            My question was regarding to those operations listed under this section in the User Guide:

            6.6.3.2. We now discuss the MBean operations of the Topic MBean
            6.6.3.2.3. ListDurableSubscriptions
            6.6.3.2.10. ListDurableMessages

            etc....

            thnks.

            • 3. Re: how to configure operations mbean
              clebert.suconic

              What you mean by how do you configure operations?

              on JMX you configure MBeans and properties.. you never configure operations.

              You can call those methods through the jmx-console though.

              • 4. Re: how to configure operations mbean
                peterj

                The operations and attributes for an MBean are declared in the interface that defines the MBean. All that the XML file does is instantiate the MBean and initialize it with a given set of attribute values.

                If you use the JMX console, you can see that the operations described in the documentation are provided for every destination you define.