[
https://issues.apache.org/jira/browse/ARTEMIS-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14908745#comment-14908745
]
ASF subversion and git services commented on ARTEMIS-227:
---------------------------------------------------------
Commit fe16ffe0682e94a60cf665df685930ce6ecd815d in activemq-artemis's branch
refs/heads/master from [~julians]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=fe16ffe ]
ARTEMIS-227 allow adding STOMP interceptor instances
> 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)