Saturday 15 March 2014

java - wso2 cep input adapter keeps running after shutdown issued -



java - wso2 cep input adapter keeps running after shutdown issued -

hi have input adapter reads messages off rabbitmq queue. see when server starts, subscribe() phone call made on adapter. when wso2 server beingness shutdown, dont see unsubscribe() phone call beingness made. making adapter read , remove messages till jvm dies - though other components of cep seem down. has else seen this?

we have not encountered issue far think there possibility above issue can occur.. we'll consider next release prepare it. can please raise jira [1] on this.. moment, can overcome issue unsubscribing phone call in deactivate() method of adaptor written. can implement below

protected void deactivate(componentcontext context);

check osgi docs more info.

[1] https://wso2.org/jira/browse/cep

java wso2 rabbitmq wso2cep

No comments:

Post a Comment