You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Julian Scheid (JIRA)" <ji...@apache.org> on 2015/09/23 22:44:05 UTC

[jira] [Created] (ARTEMIS-227) Allow adding StompFrameInterceptor instances

Julian Scheid created ARTEMIS-227:
-------------------------------------

             Summary: Allow adding StompFrameInterceptor instances
                 Key: ARTEMIS-227
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-227
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Julian Scheid
            Priority: Minor


Currently a {{StompFrameInterceptor}} instance can't be passed to {{RemotingService.addIncomingInterceptor}} and similar methods. It's only possible to register STOMP interceptors via their class name but this doesn't always work well, for example it breaks Spring Dependency Injection.

This can be fixed easily by changing the argument type for these functions from {{Interceptor}} to {{BaseInterceptor}}.







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)