You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barry Oglesby (JIRA)" <ji...@apache.org> on 2016/02/18 18:43:18 UTC

[jira] [Assigned] (GEODE-967) A GatewayEventSubstitutionFilter configured in xml is not used by the AsyncEventQueue

     [ https://issues.apache.org/jira/browse/GEODE-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barry Oglesby reassigned GEODE-967:
-----------------------------------

    Assignee: Barry Oglesby

> A GatewayEventSubstitutionFilter configured in xml is not used by the AsyncEventQueue
> -------------------------------------------------------------------------------------
>
>                 Key: GEODE-967
>                 URL: https://issues.apache.org/jira/browse/GEODE-967
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: Barry Oglesby
>            Assignee: Barry Oglesby
>
> A {{GatewayEventSubstitutionFilter}} configured in xml like below is not used by the {{AsyncEventQueue}}.
> {noformat}
> <async-event-queue id="queue" parallel="true">
> 	<gateway-event-substitution-filter>
> 		<class-name>TestGatewayEventSubstitutionFilter</class-name>
> 	</gateway-event-substitution-filter>
> 	<async-event-listener>
> 		<class-name>TestAsyncEventListener</class-name>
> 	</async-event-listener>
> </async-event-queue>
> {noformat}



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