You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2012/05/15 22:49:07 UTC

[jira] [Created] (QPID-3998) [Java Broker] Create RESTful Management API for Java Broker

Rob Godfrey created QPID-3998:
---------------------------------

             Summary: [Java Broker] Create RESTful Management API for Java Broker
                 Key: QPID-3998
                 URL: https://issues.apache.org/jira/browse/QPID-3998
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Rob Godfrey
             Fix For: 0.17


Allow for the management of the broker via an HTTP API built in to the broker

Expose similar functionality to that currently exposed by the JMX API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-3998) [Java Broker] Create RESTful Management API for Java Broker

Posted by "Robbie Gemmell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418426#comment-13418426 ] 

Robbie Gemmell commented on QPID-3998:
--------------------------------------

The above test patch has now been applied. The previous commit was approved for 0.18 on the dev list by Justin, and has now been merged to the 0.18 branch along with the test.
                
> [Java Broker] Create RESTful Management API for Java Broker
> -----------------------------------------------------------
>
>                 Key: QPID-3998
>                 URL: https://issues.apache.org/jira/browse/QPID-3998
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-3998-Add-HTTPS-support-for-REST-management-API.patch, 0001-QPID-3998-Add-HTTPS-test-for-REST-interfaces.patch
>
>
> Allow for the management of the broker via an HTTP API built in to the broker
> Expose similar functionality to that currently exposed by the JMX API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Updated] (QPID-3998) [Java Broker] Create RESTful Management API for Java Broker

Posted by "Alex Rudyy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy updated QPID-3998:
-----------------------------

    Attachment: 0001-QPID-3998-Add-HTTPS-test-for-REST-interfaces.patch

Attached a patch adding system test HTTPS protocol in REST interfaces 
                
> [Java Broker] Create RESTful Management API for Java Broker
> -----------------------------------------------------------
>
>                 Key: QPID-3998
>                 URL: https://issues.apache.org/jira/browse/QPID-3998
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-3998-Add-HTTPS-support-for-REST-management-API.patch, 0001-QPID-3998-Add-HTTPS-test-for-REST-interfaces.patch
>
>
> Allow for the management of the broker via an HTTP API built in to the broker
> Expose similar functionality to that currently exposed by the JMX API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Resolved] (QPID-3998) [Java Broker] Create RESTful Management API for Java Broker

Posted by "Robbie Gemmell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-3998.
----------------------------------

    Resolution: Fixed
    
> [Java Broker] Create RESTful Management API for Java Broker
> -----------------------------------------------------------
>
>                 Key: QPID-3998
>                 URL: https://issues.apache.org/jira/browse/QPID-3998
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-3998-Add-HTTPS-support-for-REST-management-API.patch, 0001-QPID-3998-Add-HTTPS-test-for-REST-interfaces.patch
>
>
> Allow for the management of the broker via an HTTP API built in to the broker
> Expose similar functionality to that currently exposed by the JMX API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Updated] (QPID-3998) [Java Broker] Create RESTful Management API for Java Broker

Posted by "Alex Rudyy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy updated QPID-3998:
-----------------------------

    Attachment: 0001-QPID-3998-Add-HTTPS-support-for-REST-management-API.patch

Attached a patch adding HTTPS support to REST Management API
                
> [Java Broker] Create RESTful Management API for Java Broker
> -----------------------------------------------------------
>
>                 Key: QPID-3998
>                 URL: https://issues.apache.org/jira/browse/QPID-3998
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-3998-Add-HTTPS-support-for-REST-management-API.patch
>
>
> Allow for the management of the broker via an HTTP API built in to the broker
> Expose similar functionality to that currently exposed by the JMX API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Commented] (QPID-3998) [Java Broker] Create RESTful Management API for Java Broker

Posted by "Robbie Gemmell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13413793#comment-13413793 ] 

Robbie Gemmell commented on QPID-3998:
--------------------------------------

0001\-QPID\-3998\-Add\-HTTPS\-support\-for\-REST\-management\-API.patch committed as http://svn.apache.org/viewvc?view=revision&revision=1361239 on trunk, after the 0.18 branch was created.
                
> [Java Broker] Create RESTful Management API for Java Broker
> -----------------------------------------------------------
>
>                 Key: QPID-3998
>                 URL: https://issues.apache.org/jira/browse/QPID-3998
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>             Fix For: 0.17
>
>         Attachments: 0001-QPID-3998-Add-HTTPS-support-for-REST-management-API.patch
>
>
> Allow for the management of the broker via an HTTP API built in to the broker
> Expose similar functionality to that currently exposed by the JMX API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org