Jeff Mesnil created ARTEMIS-220:
-----------------------------------
Summary: Artemis RA does not close its connection factories when
it is deactivated.
Key: ARTEMIS-220
URL: https://issues.apache.org/jira/browse/ARTEMIS-220
Project: ActiveMQ Artemis
Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Jeff Mesnil
There is a regression caused by ARTEMIS-210 in the resource adapter.
When the RA is stopped, it does not close its knowConnectionFactories before
clearing the collection.
They may continue to consume messages for a while even though the RA is stopped.
This is highlighted in our app server test suite where we suspend the RA and
resume it.
We see errors after the suspension because the Artemis Message Handler
continues to consume messages although the RA is stopped.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)