You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gaohoward <gi...@git.apache.org> on 2017/03/01 07:09:43 UTC

[GitHub] activemq-artemis pull request #1058: ARTEMIS-1007 Missing management annotat...

GitHub user gaohoward opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1058

    ARTEMIS-1007 Missing management annotations

    There are some operations in ActiveMQServerControl that don't have
    @Parameter annotations. That will make clients like JBoss Jon failed
    to invoke those operations.
    Also in AddressControl there is a typo in sendMessage. The second
    parameter's name should be 'type' not 'headers'.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gaohoward/activemq-artemis master-1007

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1058.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1058
    
----
commit 5f9c6fcbedafde40ada0f7f25215f6038edc3d2d
Author: Howard Gao <ho...@gmail.com>
Date:   2017-03-01T06:44:56Z

    ARTEMIS-1007 Missing management annotations
    
    There are some operations in ActiveMQServerControl that don't have
    @Parameter annotations. That will make clients like JBoss Jon failed
    to invoke those operations.
    Also in AddressControl there is a typo in sendMessage. The second
    parameter's name should be 'type' not 'headers'.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #1058: ARTEMIS-1007 Missing management annotat...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1058


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---