You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (Jira)" <ji...@apache.org> on 2019/10/11 17:41:00 UTC

[jira] [Created] (ARTEMIS-2519) ActiveMQUnexpectedRoutingTypeForAddress uses wrong enum type

Christopher L. Shannon created ARTEMIS-2519:
-----------------------------------------------

             Summary: ActiveMQUnexpectedRoutingTypeForAddress uses wrong enum type
                 Key: ARTEMIS-2519
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2519
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
    Affects Versions: 2.10.1
            Reporter: Christopher L. Shannon
            Assignee: Christopher L. Shannon
             Fix For: 2.11.0


I was browsing the ActiveMQException types to see what was available to be used for some custom processing I'm doing in a plugin and I noticed that the exception type ActiveMQUnexpectedRoutingTypeForAddress uses the wrong enum type.  It currently is setup to use ActiveMQExceptionType.MAX_CONSUMER_LIMIT_EXCEEDED but this should be ActiveMQExceptionType.UNEXPECTED_ROUTING_TYPE_FOR_ADDRESS.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)